#66FFCA

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

Shades of Aquamarine #66FFCA

Tints of Aquamarine #66FFCA

Color information

#66FFCA (or 0x66FFCA) is unknown color: approx Aquamarine. HEX triplet: 66, FF and CA. RGB value is (102,255,202). Sum of RGB (Red+Green+Blue) = 102+255+202=559 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.25% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FFCA is #990035. Grayscale: #CBCBCB. Windows color (decimal): -10027062 or 13303654. OLE color: 13303654.

HSL color Cylindrical-coordinate representation of color #66FFCA: hue angle of 159.22º 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 #66FFCA is Cyan = 0.6, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB102255202-
CMYK0.600.210
HSL159.22º100%70%-
HSV(B)159.22º60%100%-
XYZ51.978.6168.31-
YUV203.21127.3155.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.25%
GREEN value IS 255 (100% from 255) = 45.62%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=18.25%
G=45.62%
B=36.14%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022552020.600.210159.2210070
Hex66FFCA3C01509f6446
Octal146377312740250237144106
Binary1100110111111111100101011110001010101001111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66FFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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