#CCECBD

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

Shades of Tea Green #CCECBD

Tints of Tea Green #CCECBD

Color information

#CCECBD (or 0xCCECBD) is unknown color: approx Tea Green. HEX triplet: CC, EC and BD. RGB value is (204,236,189). Sum of RGB (Red+Green+Blue) = 204+236+189=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECBD is #331342. Grayscale: #DDDDDD. Windows color (decimal): -3347267 or 12446924. OLE color: 12446924.

HSL color Cylindrical-coordinate representation of color #CCECBD: hue angle of 100.85º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCECBD is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB204236189-
CMYK0.1400.200.07
HSL100.85º55.29%83.33%-
HSV(B)100.85º19.92%92.55%-
XYZ64.0876.559.53-
YUV221.07109.9115.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.43%
GREEN value IS 236 (92.58% from 255) = 37.52%
BLUE value IS 189 (74.22% from 255) = 30.05%
R=32.43%
G=37.52%
B=30.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042361890.1400.200.07100.8555.2983.33
HexCCECBDE0147653753
Octal31435427516024714567123
Binary110011001110110010111101111001010011111001011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECBD; }

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

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

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

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

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

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

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

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