#D0E5BA

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

Shades of Tea Green #D0E5BA

Tints of Tea Green #D0E5BA

Color information

#D0E5BA (or 0xD0E5BA) is unknown color: approx Tea Green. HEX triplet: D0, E5 and BA. RGB value is (208,229,186). Sum of RGB (Red+Green+Blue) = 208+229+186=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E5BA is #2F1A45. Grayscale: #D9D9D9. Windows color (decimal): -3086918 or 12248528. OLE color: 12248528.

HSL color Cylindrical-coordinate representation of color #D0E5BA: hue angle of 89.3º 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 #D0E5BA is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB208229186-
CMYK0.0900.190.10
HSL89.3º45.26%81.37%-
HSV(B)89.3º18.78%89.8%-
XYZ62.8972.9957.23-
YUV217.82110.04121-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.39%
GREEN value IS 229 (89.84% from 255) = 36.76%
BLUE value IS 186 (73.05% from 255) = 29.86%
R=33.39%
G=36.76%
B=29.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2082291860.0900.190.1089.345.2681.37
HexD0E5BA9013A592d51
Octal320345272110231213155121
Binary1101000011100101101110101001010011101010110011011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E5BA; }

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

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

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

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

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

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

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

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