Html Css Color HEX #D2EDBB Tea Green

📋 copy color: '#D2EDBB'

red 210 ◦ green 237 ◦ blue 187

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

Shades of Tea Green #D2EDBB

Tints of Tea Green #D2EDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 29.5%

R = 33.12%
G = 37.38%
B = 29.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#D2EDBB (or 0xD2EDBB) is known color: Tea Green. HEX triplet: D2, ED and BB. RGB value is (210,237,187). Sum of RGB (Red+Green+Blue) = 210+237+187=634 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.12% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EDBB is #2D1244. Grayscale: #DFDFDF. Windows color (decimal): -2953797 or 12316114. OLE color: 12316114.

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

Color convert

RGB 210 237 187 -
CMYK 0.11 0 0.21 0.07
HSL 92.4º 0.58% 0.83% -
HSV(B) 92.4º 0.21% 0.93% -
XYZ 65.83 77.86 58.57 -
YUV 223.23 107.55 118.57 -
System Red Green Blue C M Y K H S L
Decimal 210 237 187 0.11 0 0.21 0.07 92.4 0.58 0.83
Hex D2 ED BB B 0 15 7 5C 3A 53
Octal 322 355 273 13 0 25 7 134 72 123
Binary 11010010 11101101 10111011 1011 0 10101 111 1011100 111010 1010011

Color Harmonies of #D2EDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EDBB

Black with #D2EDBB

Text Example


Text Example

White with #D2EDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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