#D2EDBF

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

Shades of Tea Green #D2EDBF

Tints of Tea Green #D2EDBF

Color information

#D2EDBF (or 0xD2EDBF) is unknown color: approx Tea Green. HEX triplet: D2, ED and BF. RGB value is (210,237,191). Sum of RGB (Red+Green+Blue) = 210+237+191=638 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.92% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EDBF is #2D1240. Grayscale: #DFDFDF. Windows color (decimal): -2953793 or 12578258. OLE color: 12578258.

HSL color Cylindrical-coordinate representation of color #D2EDBF: hue angle of 95.22º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2EDBF is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB210237191-
CMYK0.1100.190.07
HSL95.22º56.1%83.92%-
HSV(B)95.22º19.41%92.94%-
XYZ66.2778.0360.86-
YUV223.68109.55118.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.92%
GREEN value IS 237 (92.97% from 255) = 37.15%
BLUE value IS 191 (75% from 255) = 29.94%
R=32.92%
G=37.15%
B=29.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102371910.1100.190.0795.2256.183.92
HexD2EDBFB01375f3854
Octal32235527713023713770124
Binary110100101110110110111111101101001111110111111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EDBF; }

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

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

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

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

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

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

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

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