#CCEFA7

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

Shades of Reef #CCEFA7

Tints of Reef #CCEFA7

Color information

#CCEFA7 (or 0xCCEFA7) is unknown color: approx Reef. HEX triplet: CC, EF and A7. RGB value is (204,239,167). Sum of RGB (Red+Green+Blue) = 204+239+167=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 239 (93.75% from 255 or 39.18% from 610); Blue value is 167 (65.62% from 255 or 27.38% from 610); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEFA7 is #331058. Grayscale: #DCDCDC. Windows color (decimal): -3346521 or 11005900. OLE color: 11005900.

HSL color Cylindrical-coordinate representation of color #CCEFA7: hue angle of 89.17º 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 #CCEFA7 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB204239167-
CMYK0.1500.300.06
HSL89.17º69.23%79.61%-
HSV(B)89.17º30.13%93.73%-
XYZ62.7477.3648.18-
YUV220.3397.9116.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.44%
GREEN value IS 239 (93.75% from 255) = 39.18%
BLUE value IS 167 (65.62% from 255) = 27.38%
R=33.44%
G=39.18%
B=27.38%

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
Decimal2042391670.1500.300.0689.1769.2379.61
HexCCEFA7F01E6594550
Octal314357247170366131105120
Binary1100110011101111101001111111011110110101100110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFA7; }

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

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

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

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

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

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

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

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