#CCEFA6

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

Shades of Reef #CCEFA6

Tints of Reef #CCEFA6

Color information

#CCEFA6 (or 0xCCEFA6) is unknown color: approx Reef. HEX triplet: CC, EF and A6. RGB value is (204,239,166). Sum of RGB (Red+Green+Blue) = 204+239+166=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 166 (65.23% from 255 or 27.26% from 609); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEFA6 is #331059. Grayscale: #DCDCDC. Windows color (decimal): -3346522 or 10940364. OLE color: 10940364.

HSL color Cylindrical-coordinate representation of color #CCEFA6: hue angle of 88.77º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCEFA6 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB204239166-
CMYK0.1500.310.06
HSL88.77º69.52%79.41%-
HSV(B)88.77º30.54%93.73%-
XYZ62.6577.3247.7-
YUV220.2197.4116.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.50%
GREEN value IS 239 (93.75% from 255) = 39.24%
BLUE value IS 166 (65.23% from 255) = 27.26%
R=33.50%
G=39.24%
B=27.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042391660.1500.310.0688.7769.5279.41
HexCCEFA6F01F659464f
Octal314357246170376131106117
Binary1100110011101111101001101111011111110101100110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFA6; }

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

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

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

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

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

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

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

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