#CDE9C0

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

Shades of Tea Green #CDE9C0

Tints of Tea Green #CDE9C0

Color information

#CDE9C0 (or 0xCDE9C0) is unknown color: approx Tea Green. HEX triplet: CD, E9 and C0. RGB value is (205,233,192). Sum of RGB (Red+Green+Blue) = 205+233+192=630 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.54% from 630); Green value is 233 (91.41% from 255 or 36.98% from 630); Blue value is 192 (75.39% from 255 or 30.48% from 630); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE9C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE9C0 is #32163F. Grayscale: #DCDCDC. Windows color (decimal): -3282496 or 12642765. OLE color: 12642765.

HSL color Cylindrical-coordinate representation of color #CDE9C0: hue angle of 100.98º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDE9C0 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB205233192-
CMYK0.1200.180.09
HSL100.98º48.24%83.33%-
HSV(B)100.98º17.6%91.37%-
XYZ63.8375.0660.99-
YUV219.95112.22117.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.54%
GREEN value IS 233 (91.41% from 255) = 36.98%
BLUE value IS 192 (75.39% from 255) = 30.48%
R=32.54%
G=36.98%
B=30.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052331920.1200.180.09100.9848.2483.33
HexCDE9C0C0129653053
Octal315351300140221114560123
Binary1100110111101001110000001100010010100111001011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE9C0; }

 p { color: rgb(205,233,192); }

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

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

 a { background-color: rgb(205,233,192); }

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

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

 span { border-color: rgb(205,233,192); }

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