#CDE5BE

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

Shades of Tea Green #CDE5BE

Tints of Tea Green #CDE5BE

Color information

#CDE5BE (or 0xCDE5BE) is unknown color: approx Tea Green. HEX triplet: CD, E5 and BE. RGB value is (205,229,190). Sum of RGB (Red+Green+Blue) = 205+229+190=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 229 (89.84% from 255 or 36.70% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE5BE is #321A41. Grayscale: #D9D9D9. Windows color (decimal): -3283522 or 12510669. OLE color: 12510669.

HSL color Cylindrical-coordinate representation of color #CDE5BE: hue angle of 96.92º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDE5BE is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB205229190-
CMYK0.1000.170.10
HSL96.92º42.86%82.16%-
HSV(B)96.92º17.03%89.8%-
XYZ62.4972.7459.46-
YUV217.38112.55119.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.85%
GREEN value IS 229 (89.84% from 255) = 36.70%
BLUE value IS 190 (74.61% from 255) = 30.45%
R=32.85%
G=36.70%
B=30.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052291900.1000.170.1096.9242.8682.16
HexCDE5BEA011A612b52
Octal315345276120211214153122
Binary1100110111100101101111101010010001101011000011010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE5BE; }

 p { color: rgb(205,229,190); }

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

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

 a { background-color: rgb(205,229,190); }

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

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

 span { border-color: rgb(205,229,190); }

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