#D0EABF

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

Shades of Tea Green #D0EABF

Tints of Tea Green #D0EABF

Color information

#D0EABF (or 0xD0EABF) is unknown color: approx Tea Green. HEX triplet: D0, EA and BF. RGB value is (208,234,191). Sum of RGB (Red+Green+Blue) = 208+234+191=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 191 (75% from 255 or 30.17% from 633); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EABF is #2F1540. Grayscale: #DDDDDD. Windows color (decimal): -3085633 or 12577488. OLE color: 12577488.

HSL color Cylindrical-coordinate representation of color #D0EABF: hue angle of 96.28º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0EABF is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB208234191-
CMYK0.1100.180.08
HSL96.28º50.59%83.33%-
HSV(B)96.28º18.38%91.76%-
XYZ64.8476.0260.55-
YUV221.32110.89118.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.86%
GREEN value IS 234 (91.80% from 255) = 36.97%
BLUE value IS 191 (75% from 255) = 30.17%
R=32.86%
G=36.97%
B=30.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082341910.1100.180.0896.2850.5983.33
HexD0EABFB0128603353
Octal320352277130221014063123
Binary1101000011101010101111111011010010100011000001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EABF; }

 p { color: rgb(208,234,191); }

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

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

 a { background-color: rgb(208,234,191); }

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

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

 span { border-color: rgb(208,234,191); }

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