#D2EABF

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

Shades of Tea Green #D2EABF

Tints of Tea Green #D2EABF

Color information

#D2EABF (or 0xD2EABF) is unknown color: approx Tea Green. HEX triplet: D2, EA and BF. RGB value is (210,234,191). Sum of RGB (Red+Green+Blue) = 210+234+191=635 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.07% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EABF is #2D1540. Grayscale: #DEDEDE. Windows color (decimal): -2954561 or 12577490. OLE color: 12577490.

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

Color convert

RGB210234191-
CMYK0.1000.180.08
HSL93.49º50.59%83.33%-
HSV(B)93.49º18.38%91.76%-
XYZ65.4176.3160.57-
YUV221.92110.55119.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.07%
GREEN value IS 234 (91.80% from 255) = 36.85%
BLUE value IS 191 (75% from 255) = 30.08%
R=33.07%
G=36.85%
B=30.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102341910.1000.180.0893.4950.5983.33
HexD2EABFA01285d3353
Octal322352277120221013563123
Binary1101001011101010101111111010010010100010111011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EABF; }

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

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

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

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

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

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

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

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