#CCE0C1

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

Shades of Tea Green #CCE0C1

Tints of Tea Green #CCE0C1

Color information

#CCE0C1 (or 0xCCE0C1) is unknown color: approx Tea Green. HEX triplet: CC, E0 and C1. RGB value is (204,224,193). Sum of RGB (Red+Green+Blue) = 204+224+193=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 193 (75.78% from 255 or 31.08% from 621); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0C1 is #331F3E. Grayscale: #D6D6D6. Windows color (decimal): -3350335 or 12705996. OLE color: 12705996.

HSL color Cylindrical-coordinate representation of color #CCE0C1: hue angle of 98.71º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCE0C1 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB204224193-
CMYK0.0900.140.12
HSL98.71º33.33%81.76%-
HSV(B)98.71º13.84%87.84%-
XYZ61.187060.74-
YUV214.49115.87120.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.85%
GREEN value IS 224 (87.89% from 255) = 36.07%
BLUE value IS 193 (75.78% from 255) = 31.08%
R=32.85%
G=36.07%
B=31.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042241930.0900.140.1298.7133.3381.76
HexCCE0C190EC632152
Octal314340301110161414341122
Binary110011001110000011000001100101110110011000111000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE0C1; }

 p { color: rgb(204,224,193); }

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

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

 a { background-color: rgb(204,224,193); }

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

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

 span { border-color: rgb(204,224,193); }

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