#D0E7BA

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

Shades of Tea Green #D0E7BA

Tints of Tea Green #D0E7BA

Color information

#D0E7BA (or 0xD0E7BA) is unknown color: approx Tea Green. HEX triplet: D0, E7 and BA. RGB value is (208,231,186). Sum of RGB (Red+Green+Blue) = 208+231+186=625 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.28% from 625); Green value is 231 (90.62% from 255 or 36.96% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 231 - color contains mainly: green. Hex color #D0E7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E7BA is #2F1845. Grayscale: #DBDBDB. Windows color (decimal): -3086406 or 12249040. OLE color: 12249040.

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

Color convert

RGB208231186-
CMYK0.1000.190.09
HSL90.67º48.39%81.76%-
HSV(B)90.67º19.48%90.59%-
XYZ63.4574.1157.41-
YUV218.99109.38120.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.28%
GREEN value IS 231 (90.62% from 255) = 36.96%
BLUE value IS 186 (73.05% from 255) = 29.76%
R=33.28%
G=36.96%
B=29.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082311860.1000.190.0990.6748.3981.76
HexD0E7BAA01395b3052
Octal320347272120231113360122
Binary1101000011100111101110101010010011100110110111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E7BA; }

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

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

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

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

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

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

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

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