#CCECA0

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

Shades of Reef #CCECA0

Tints of Reef #CCECA0

Color information

#CCECA0 (or 0xCCECA0) is unknown color: approx Reef. HEX triplet: CC, EC and A0. RGB value is (204,236,160). Sum of RGB (Red+Green+Blue) = 204+236+160=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 160 (62.89% from 255 or 26.67% from 600); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCECA0 is #33135F. Grayscale: #DADADA. Windows color (decimal): -3347296 or 10546380. OLE color: 10546380.

HSL color Cylindrical-coordinate representation of color #CCECA0: hue angle of 85.26º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCECA0 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB204236160-
CMYK0.1400.320.07
HSL85.26º66.67%77.65%-
HSV(B)85.26º32.2%92.55%-
XYZ61.2475.3744.58-
YUV217.7795.4118.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34%
GREEN value IS 236 (92.58% from 255) = 39.33%
BLUE value IS 160 (62.89% from 255) = 26.67%
R=34%
G=39.33%
B=26.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042361600.1400.320.0785.2666.6777.65
HexCCECA0E020755434e
Octal314354240160407125103116
Binary11001100111011001010000011100100000111101010110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECA0; }

 p { color: rgb(204,236,160); }

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

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

 a { background-color: rgb(204,236,160); }

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

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

 span { border-color: rgb(204,236,160); }

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