Html Css Color HEX #D2EBBD Tea Green

📋 copy color: '#D2EBBD'

red 210 ◦ green 235 ◦ blue 189

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

Shades of Tea Green #D2EBBD

Tints of Tea Green #D2EBBD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.07%

 BLUE value IS 189 (74.22% from 255) = 29.81%

R = 33.12%
G = 37.07%
B = 29.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#D2EBBD (or 0xD2EBBD) is known color: Tea Green. HEX triplet: D2, EB and BD. RGB value is (210,235,189). Sum of RGB (Red+Green+Blue) = 210+235+189=634 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.12% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EBBD is #2D1442. Grayscale: #DEDEDE. Windows color (decimal): -2954307 or 12446674. OLE color: 12446674.

HSL color Cylindrical-coordinate representation of color #D2EBBD: hue angle of 92.61º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2EBBD is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 235 189 -
CMYK 0.11 0 0.20 0.08
HSL 92.61º 0.53% 0.83% -
HSV(B) 92.61º 0.2% 0.92% -
XYZ 65.47 76.79 59.52 -
YUV 222.28 109.22 119.24 -
System Red Green Blue C M Y K H S L
Decimal 210 235 189 0.11 0 0.20 0.08 92.61 0.53 0.83
Hex D2 EB BD B 0 14 8 5D 35 53
Octal 322 353 275 13 0 24 10 135 65 123
Binary 11010010 11101011 10111101 1011 0 10100 1000 1011101 110101 1010011

Color Harmonies of #D2EBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EBBD

Black with #D2EBBD

Text Example


Text Example

White with #D2EBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EBBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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