#CCE4C0

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

Shades of Tea Green #CCE4C0

Tints of Tea Green #CCE4C0

Color information

#CCE4C0 (or 0xCCE4C0) is unknown color: approx Tea Green. HEX triplet: CC, E4 and C0. RGB value is (204,228,192). Sum of RGB (Red+Green+Blue) = 204+228+192=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 228 (89.45% from 255 or 36.54% from 624); Blue value is 192 (75.39% from 255 or 30.77% from 624); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE4C0 is #331B3F. Grayscale: #D8D8D8. Windows color (decimal): -3349312 or 12641484. OLE color: 12641484.

HSL color Cylindrical-coordinate representation of color #CCE4C0: hue angle of 100º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCE4C0 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB204228192-
CMYK0.1100.160.11
HSL100º40%82.35%-
HSV(B)100º15.79%89.41%-
XYZ62.1672.1360.52-
YUV216.72114.05118.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.69%
GREEN value IS 228 (89.45% from 255) = 36.54%
BLUE value IS 192 (75.39% from 255) = 30.77%
R=32.69%
G=36.54%
B=30.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042281920.1100.160.111004082.35
HexCCE4C0B010B642852
Octal314344300130201314450122
Binary1100110011100100110000001011010000101111001001010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE4C0; }

 p { color: rgb(204,228,192); }

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

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

 a { background-color: rgb(204,228,192); }

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

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

 span { border-color: rgb(204,228,192); }

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