Html Css Color HEX #D2EABF Tea Green

📋 copy color: '#D2EABF'

red 210 ◦ green 234 ◦ blue 191

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

Shades of Tea Green #D2EABF

Tints of Tea Green #D2EABF

RGB

 RED value IS 210 (82.42% from 255) = 33.07%

 GREEN value IS 234 (91.8% from 255) = 36.85%

 BLUE value IS 191 (75% from 255) = 30.08%

R = 33.07%
G = 36.85%
B = 30.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

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

RGB 210 234 191 -
CMYK 0.10 0 0.18 0.08
HSL 93.49º 0.51% 0.83% -
HSV(B) 93.49º 0.18% 0.92% -
XYZ 65.41 76.31 60.57 -
YUV 221.92 110.55 119.5 -
System Red Green Blue C M Y K H S L
Decimal 210 234 191 0.10 0 0.18 0.08 93.49 0.51 0.83
Hex D2 EA BF A 0 12 8 5D 33 53
Octal 322 352 277 12 0 22 10 135 63 123
Binary 11010010 11101010 10111111 1010 0 10010 1000 1011101 110011 1010011

Color Harmonies of #D2EABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EABF

Black with #D2EABF

Text Example


Text Example

White with #D2EABF

Text Example


Text Example

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