#CDE5BA

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

Shades of Tea Green #CDE5BA

Tints of Tea Green #CDE5BA

Color information

#CDE5BA (or 0xCDE5BA) is unknown color: approx Tea Green. HEX triplet: CD, E5 and BA. RGB value is (205,229,186). Sum of RGB (Red+Green+Blue) = 205+229+186=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 229 (89.84% from 255 or 36.94% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE5BA is #321A45. Grayscale: #D9D9D9. Windows color (decimal): -3283526 or 12248525. OLE color: 12248525.

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

Color convert

RGB205229186-
CMYK0.1000.190.10
HSL93.49º45.26%81.37%-
HSV(B)93.49º18.78%89.8%-
XYZ62.0672.5657.19-
YUV216.92110.55119.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.06%
GREEN value IS 229 (89.84% from 255) = 36.94%
BLUE value IS 186 (73.05% from 255) = 30%
R=33.06%
G=36.94%
B=30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052291860.1000.190.1093.4945.2681.37
HexCDE5BAA013A5d2d51
Octal315345272120231213555121
Binary1100110111100101101110101010010011101010111011011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE5BA; }

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

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

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

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

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

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

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

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