#CDE0C4

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

Shades of Tea Green #CDE0C4

Tints of Tea Green #CDE0C4

Color information

#CDE0C4 (or 0xCDE0C4) is unknown color: approx Tea Green. HEX triplet: CD, E0 and C4. RGB value is (205,224,196). Sum of RGB (Red+Green+Blue) = 205+224+196=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 224 (87.89% from 255 or 35.84% from 625); Blue value is 196 (76.95% from 255 or 31.36% from 625); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE0C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE0C4 is #321F3B. Grayscale: #D7D7D7. Windows color (decimal): -3284796 or 12902605. OLE color: 12902605.

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

Color convert

RGB205224196-
CMYK0.0800.120.12
HSL100.71º31.11%82.35%-
HSV(B)100.71º12.5%87.84%-
XYZ61.870.2862.53-
YUV215.13117.21120.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.8%
GREEN value IS 224 (87.89% from 255) = 35.84%
BLUE value IS 196 (76.95% from 255) = 31.36%
R=32.8%
G=35.84%
B=31.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052241960.0800.120.12100.7131.1182.35
HexCDE0C480CC651f52
Octal315340304100141414537122
Binary11001101111000001100010010000110011001100101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE0C4; }

 p { color: rgb(205,224,196); }

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

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

 a { background-color: rgb(205,224,196); }

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

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

 span { border-color: rgb(205,224,196); }

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