#CCFEA2

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

Shades of Reef #CCFEA2

Tints of Reef #CCFEA2

Color information

#CCFEA2 (or 0xCCFEA2) is unknown color: approx Reef. HEX triplet: CC, FE and A2. RGB value is (204,254,162). Sum of RGB (Red+Green+Blue) = 204+254+162=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 162 (63.67% from 255 or 26.13% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFEA2 is #33015D. Grayscale: #E4E4E4. Windows color (decimal): -3342686 or 10682060. OLE color: 10682060.

HSL color Cylindrical-coordinate representation of color #CCFEA2: hue angle of 92.61º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCFEA2 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.

Color convert

RGB204254162-
CMYK0.2000.360.00
HSL92.61º97.87%81.57%-
HSV(B)92.61º36.22%99.61%-
XYZ66.8786.3347.32-
YUV228.5690.44110.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 254 (99.61% from 255) = 40.97%
BLUE value IS 162 (63.67% from 255) = 26.13%
R=32.90%
G=40.97%
B=26.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042541620.2000.360.0092.6197.8781.57
HexCCFEA21402405d6252
Octal314376242240440135142122
Binary1100110011111110101000101010001001000101110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFEA2; }

 p { color: rgb(204,254,162); }

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

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

 a { background-color: rgb(204,254,162); }

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

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

 span { border-color: rgb(204,254,162); }

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