#66FFCB

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

Shades of Aquamarine #66FFCB

Tints of Aquamarine #66FFCB

Color information

#66FFCB (or 0x66FFCB) is unknown color: approx Aquamarine. HEX triplet: 66, FF and CB. RGB value is (102,255,203). Sum of RGB (Red+Green+Blue) = 102+255+203=560 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.21% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FFCB is #990034. Grayscale: #CBCBCB. Windows color (decimal): -10027061 or 13369190. OLE color: 13369190.

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

Color convert

RGB102255203-
CMYK0.600.200
HSL159.61º100%70%-
HSV(B)159.61º60%100%-
XYZ52.0278.6668.94-
YUV203.32127.8155.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.21%
GREEN value IS 255 (100% from 255) = 45.54%
BLUE value IS 203 (79.69% from 255) = 36.25%
R=18.21%
G=45.54%
B=36.25%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022552030.600.200159.6110070
Hex66FFCB3C0140a06446
Octal146377313740240240144106
Binary1100110111111111100101111110001010001010000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66FFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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