Html Css Color HEX #D2EBBC Tea Green

📋 copy color: '#D2EBBC'

red 210 ◦ green 235 ◦ blue 188

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

Shades of Tea Green #D2EBBC

Tints of Tea Green #D2EBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 29.7%

R = 33.18%
G = 37.12%
B = 29.7%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#D2EBBC (or 0xD2EBBC) is known color: Tea Green. HEX triplet: D2, EB and BC. RGB value is (210,235,188). Sum of RGB (Red+Green+Blue) = 210+235+188=633 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.18% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 188 (73.83% from 255 or 29.70% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EBBC is #2D1443. Grayscale: #DEDEDE. Windows color (decimal): -2954308 or 12381138. OLE color: 12381138.

HSL color Cylindrical-coordinate representation of color #D2EBBC: hue angle of 91.91º degrees, saturation: 0.54, 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 #D2EBBC is Cyan = 0.11, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 235 188 -
CMYK 0.11 0 0.2 0.08
HSL 91.91º 0.54% 0.83% -
HSV(B) 91.91º 0.2% 0.92% -
XYZ 65.36 76.75 58.95 -
YUV 222.17 108.72 119.32 -
System Red Green Blue C M Y K H S L
Decimal 210 235 188 0.11 0 0.2 0.08 91.91 0.54 0.83
Hex D2 EB BC B 0 14 8 5C 36 53
Octal 322 353 274 13 0 24 10 134 66 123
Binary 11010010 11101011 10111100 1011 0 10100 1000 1011100 110110 1010011

Color Harmonies of #D2EBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EBBC

Black with #D2EBBC

Text Example


Text Example

White with #D2EBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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