#CCECB0

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

Shades of Tea Green #CCECB0

Tints of Tea Green #CCECB0

Color information

#CCECB0 (or 0xCCECB0) is unknown color: approx Tea Green. HEX triplet: CC, EC and B0. RGB value is (204,236,176). Sum of RGB (Red+Green+Blue) = 204+236+176=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 176 (69.14% from 255 or 28.57% from 616); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCECB0 is #33134F. Grayscale: #DBDBDB. Windows color (decimal): -3347280 or 11594956. OLE color: 11594956.

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

Color convert

RGB204236176-
CMYK0.1400.250.07
HSL92º61.22%80.78%-
HSV(B)92º25.42%92.55%-
XYZ62.7375.9652.43-
YUV219.59103.4116.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.12%
GREEN value IS 236 (92.58% from 255) = 38.31%
BLUE value IS 176 (69.14% from 255) = 28.57%
R=33.12%
G=38.31%
B=28.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042361760.1400.250.079261.2280.78
HexCCECB0E01975c3d51
Octal31435426016031713475121
Binary110011001110110010110000111001100111110111001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECB0; }

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

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

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

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

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

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

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

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