#66FFBA

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

Shades of Aquamarine #66FFBA

Tints of Aquamarine #66FFBA

Color information

#66FFBA (or 0x66FFBA) is unknown color: approx Aquamarine. HEX triplet: 66, FF and BA. RGB value is (102,255,186). Sum of RGB (Red+Green+Blue) = 102+255+186=543 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.78% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FFBA is #990045. Grayscale: #C9C9C9. Windows color (decimal): -10027078 or 12255078. OLE color: 12255078.

HSL color Cylindrical-coordinate representation of color #66FFBA: hue angle of 152.94º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FFBA is Cyan = 0.6, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB102255186-
CMYK0.600.270
HSL152.94º100%70%-
HSV(B)152.94º60%100%-
XYZ50.177.8958.85-
YUV201.39119.3157.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.78%
GREEN value IS 255 (100% from 255) = 46.96%
BLUE value IS 186 (73.05% from 255) = 34.25%
R=18.78%
G=46.96%
B=34.25%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022551860.600.270152.9410070
Hex66FFBA3C01B0996446
Octal146377272740330231144106
Binary1100110111111111011101011110001101101001100111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66FFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66FFBA; }

 p { color: rgb(102,255,186); }

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

<style>
 a { background-color: #66FFBA; }

 a { background-color: rgb(102,255,186); }

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

<style>
 span { border-color: #66FFBA; }

 span { border-color: rgb(102,255,186); }

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