Html Css Color HEX #D2EBBF Tea Green

📋 copy color: '#D2EBBF'

red 210 ◦ green 235 ◦ blue 191

#D2EBBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #D2EBBF

Tints of Tea Green #D2EBBF

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 value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#D2EBBF (or 0xD2EBBF) is known color: 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

RGB 210 235 191 -
CMYK 0.11 0 0.19 0.08
HSL 94.09º 0.52% 0.84% -
HSV(B) 94.09º 0.19% 0.92% -
XYZ 65.69 76.88 60.67 -
YUV 222.51 110.22 119.08 -
System Red Green Blue C M Y K H S L
Decimal 210 235 191 0.11 0 0.19 0.08 94.09 0.52 0.84
Hex D2 EB BF B 0 13 8 5E 34 54
Octal 322 353 277 13 0 23 10 136 64 124
Binary 11010010 11101011 10111111 1011 0 10011 1000 1011110 110100 1010100

Color Harmonies of #D2EBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EBBF

Black with #D2EBBF

Text Example


Text Example

White with #D2EBBF

Text Example


Text Example

HTML Codes & Css Web 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>