#60FFAE

Color #60FFAE Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #60FFAE

Tints of Aquamarine #60FFAE

Color information

#60FFAE (or 0x60FFAE) is unknown color: approx Aquamarine. HEX triplet: 60, FF and AE. RGB value is (96,255,174). Sum of RGB (Red+Green+Blue) = 96+255+174=525 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.29% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #60FFAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60FFAE is #9F0051. Grayscale: #C6C6C6. Windows color (decimal): -10420306 or 11468640. OLE color: 11468640.

HSL color Cylindrical-coordinate representation of color #60FFAE: hue angle of 149.43º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FFAE is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB96255174-
CMYK0.6200.320
HSL149.43º100%68.82%-
HSV(B)149.43º62.35%100%-
XYZ48.2277.0652.38-
YUV198.23114.3255.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 18.29%
GREEN value IS 255 (100% from 255) = 48.57%
BLUE value IS 174 (68.36% from 255) = 33.14%
R=18.29%
G=48.57%
B=33.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal962551740.6200.320149.4310068.82
Hex60FFAE3E0200956445
Octal140377256760400225144105
Binary11000001111111110101110111110010000001001010111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60FFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60FFAE; }

 p { color: rgb(96,255,174); }

 H1.HeaderClassName
 {
   color: #60FFAE;
 }
 .AnyTagClassName
 {
   color: #60FFAE;
 }
</style>
background-color css

<style>
 a { background-color: #60FFAE; }

 a { background-color: rgb(96,255,174); }

 div.DivClassName
 {
   background-color: #60FFAE;
 }
 .BgClassName
 {
   background-color: #60FFAE;
 }
</style>
border-color css

<style>
 span { border-color: #60FFAE; }

 span { border-color: rgb(96,255,174); }

 td.TdClassName
 {
   border-color: #60FFAE;
 }
 .TagClassName
 {
   border-color: #60FFAE;
 }
</style>