#CCEFA8

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

Shades of Reef #CCEFA8

Tints of Reef #CCEFA8

Color information

#CCEFA8 (or 0xCCEFA8) is unknown color: approx Reef. HEX triplet: CC, EF and A8. RGB value is (204,239,168). Sum of RGB (Red+Green+Blue) = 204+239+168=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 168 (66.02% from 255 or 27.50% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEFA8 is #331057. Grayscale: #DCDCDC. Windows color (decimal): -3346520 or 11071436. OLE color: 11071436.

HSL color Cylindrical-coordinate representation of color #CCEFA8: hue angle of 89.58º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCEFA8 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB204239168-
CMYK0.1500.300.06
HSL89.58º68.93%79.8%-
HSV(B)89.58º29.71%93.73%-
XYZ62.8477.448.67-
YUV220.4498.4116.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.39%
GREEN value IS 239 (93.75% from 255) = 39.12%
BLUE value IS 168 (66.02% from 255) = 27.50%
R=33.39%
G=39.12%
B=27.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042391680.1500.300.0689.5868.9379.8
HexCCEFA8F01E65a4550
Octal314357250170366132105120
Binary1100110011101111101010001111011110110101101010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFA8; }

 p { color: rgb(204,239,168); }

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

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

 a { background-color: rgb(204,239,168); }

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

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

 span { border-color: rgb(204,239,168); }

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