Html Css Color HEX #D2EBB9 Tea Green

📋 copy color: '#D2EBB9'

red 210 ◦ green 235 ◦ blue 185

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

Shades of Tea Green #D2EBB9

Tints of Tea Green #D2EBB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.37%

R = 33.33%
G = 37.3%
B = 29.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#D2EBB9 (or 0xD2EBB9) is known color: Tea Green. HEX triplet: D2, EB and B9. RGB value is (210,235,185). Sum of RGB (Red+Green+Blue) = 210+235+185=630 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.33% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 185 (72.66% from 255 or 29.37% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EBB9 is #2D1446. Grayscale: #DEDEDE. Windows color (decimal): -2954311 or 12184530. OLE color: 12184530.

HSL color Cylindrical-coordinate representation of color #D2EBB9: hue angle of 90º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2EBB9 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 235 185 -
CMYK 0.11 0 0.21 0.08
HSL 90º 0.56% 0.82% -
HSV(B) 90º 0.21% 0.92% -
XYZ 65.04 76.62 57.26 -
YUV 221.83 107.22 119.57 -
System Red Green Blue C M Y K H S L
Decimal 210 235 185 0.11 0 0.21 0.08 90 0.56 0.82
Hex D2 EB B9 B 0 15 8 5A 38 52
Octal 322 353 271 13 0 25 10 132 70 122
Binary 11010010 11101011 10111001 1011 0 10101 1000 1011010 111000 1010010

Color Harmonies of #D2EBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EBB9

Black with #D2EBB9

Text Example


Text Example

White with #D2EBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EBB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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