#D2EBBF

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

Shades of Tea Green #D2EBBF

Tints of Tea Green #D2EBBF

Color information

#D2EBBF (or 0xD2EBBF) is unknown color: approx Tea Green. HEX triplet: D2, EB and BF. RGB value is (210,235,191). Sum of RGB (Red+Green+Blue) = 210+235+191=636 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.02% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EBBF is #2D1440. Grayscale: #DEDEDE. Windows color (decimal): -2954305 or 12577746. OLE color: 12577746.

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

Color convert

RGB210235191-
CMYK0.1100.190.08
HSL94.09º52.38%83.53%-
HSV(B)94.09º18.72%92.16%-
XYZ65.6976.8860.67-
YUV222.51110.22119.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.02%
GREEN value IS 235 (92.19% from 255) = 36.95%
BLUE value IS 191 (75% from 255) = 30.03%
R=33.02%
G=36.95%
B=30.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102351910.1100.190.0894.0952.3883.53
HexD2EBBFB01385e3454
Octal322353277130231013664124
Binary1101001011101011101111111011010011100010111101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EBBF; }

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

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

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

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

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

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

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

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