Html Css Color HEX #D2EDB6 Tea Green

📋 copy color: '#D2EDB6'

red 210 ◦ green 237 ◦ blue 182

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

Shades of Tea Green #D2EDB6

Tints of Tea Green #D2EDB6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.68%

 BLUE value IS 182 (71.48% from 255) = 28.93%

R = 33.39%
G = 37.68%
B = 28.93%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#D2EDB6 (or 0xD2EDB6) is known color: Tea Green. HEX triplet: D2, ED and B6. RGB value is (210,237,182). Sum of RGB (Red+Green+Blue) = 210+237+182=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 182 (71.48% from 255 or 28.93% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EDB6 is #2D1249. Grayscale: #DEDEDE. Windows color (decimal): -2953802 or 11988434. OLE color: 11988434.

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

Color convert

RGB 210 237 182 -
CMYK 0.11 0 0.23 0.07
HSL 89.45º 0.6% 0.82% -
HSV(B) 89.45º 0.23% 0.93% -
XYZ 65.31 77.65 55.8 -
YUV 222.66 105.05 118.97 -
System Red Green Blue C M Y K H S L
Decimal 210 237 182 0.11 0 0.23 0.07 89.45 0.6 0.82
Hex D2 ED B6 B 0 17 7 59 3C 52
Octal 322 355 266 13 0 27 7 131 74 122
Binary 11010010 11101101 10110110 1011 0 10111 111 1011001 111100 1010010

Color Harmonies of #D2EDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EDB6

Black with #D2EDB6

Text Example


Text Example

White with #D2EDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EDB6; }

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

 H1.HeaderClassName
 {
   color: #D2EDB6;
 }
 .AnyTagClassName
 {
   color: #D2EDB6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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