#CDE9BA

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

Shades of Tea Green #CDE9BA

Tints of Tea Green #CDE9BA

Color information

#CDE9BA (or 0xCDE9BA) is unknown color: approx Tea Green. HEX triplet: CD, E9 and BA. RGB value is (205,233,186). Sum of RGB (Red+Green+Blue) = 205+233+186=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 233 (91.41% from 255 or 37.34% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE9BA is #321645. Grayscale: #DBDBDB. Windows color (decimal): -3282502 or 12249549. OLE color: 12249549.

HSL color Cylindrical-coordinate representation of color #CDE9BA: hue angle of 95.74º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDE9BA is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB205233186-
CMYK0.1200.200.09
HSL95.74º51.65%82.16%-
HSV(B)95.74º20.17%91.37%-
XYZ63.1874.857.56-
YUV219.27109.22117.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.85%
GREEN value IS 233 (91.41% from 255) = 37.34%
BLUE value IS 186 (73.05% from 255) = 29.81%
R=32.85%
G=37.34%
B=29.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052331860.1200.200.0995.7451.6582.16
HexCDE9BAC0149603452
Octal315351272140241114064122
Binary1100110111101001101110101100010100100111000001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE9BA; }

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

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

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

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

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

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

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

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