#D0E8B4

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

Shades of Tea Green #D0E8B4

Tints of Tea Green #D0E8B4

Color information

#D0E8B4 (or 0xD0E8B4) is unknown color: approx Tea Green. HEX triplet: D0, E8 and B4. RGB value is (208,232,180). Sum of RGB (Red+Green+Blue) = 208+232+180=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 232 (91.02% from 255 or 37.42% from 620); Blue value is 180 (70.70% from 255 or 29.03% from 620); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E8B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E8B4 is #2F174B. Grayscale: #DBDBDB. Windows color (decimal): -3086156 or 11856080. OLE color: 11856080.

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

Color convert

RGB208232180-
CMYK0.1000.220.09
HSL87.69º53.06%80.78%-
HSV(B)87.69º22.41%90.98%-
XYZ63.1174.4254.22-
YUV218.9106.05120.23-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.55%
GREEN value IS 232 (91.02% from 255) = 37.42%
BLUE value IS 180 (70.70% from 255) = 29.03%
R=33.55%
G=37.42%
B=29.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082321800.1000.220.0987.6953.0680.78
HexD0E8B4A0169583551
Octal320350264120261113065121
Binary1101000011101000101101001010010110100110110001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E8B4; }

 p { color: rgb(208,232,180); }

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

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

 a { background-color: rgb(208,232,180); }

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

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

 span { border-color: rgb(208,232,180); }

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