Html Css Color HEX #D0E7BF Tea Green

📋 copy color: '#D0E7BF'

red 208 ◦ green 231 ◦ blue 191

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

Shades of Tea Green #D0E7BF

Tints of Tea Green #D0E7BF

RGB

 RED value IS 208 (81.64% from 255) = 33.02%

 GREEN value IS 231 (90.63% from 255) = 36.67%

 BLUE value IS 191 (75% from 255) = 30.32%

R = 33.02%
G = 36.67%
B = 30.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#D0E7BF (or 0xD0E7BF) is known color: Tea Green. HEX triplet: D0, E7 and BF. RGB value is (208,231,191). Sum of RGB (Red+Green+Blue) = 208+231+191=630 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.02% from 630); Green value is 231 (90.62% from 255 or 36.67% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 231 - color contains mainly: green. Hex color #D0E7BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E7BF is #2F1840. Grayscale: #DBDBDB. Windows color (decimal): -3086401 or 12576720. OLE color: 12576720.

HSL color Cylindrical-coordinate representation of color #D0E7BF: hue angle of 94.5º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0E7BF is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 231 191 -
CMYK 0.10 0 0.17 0.09
HSL 94.5º 0.45% 0.83% -
HSV(B) 94.5º 0.17% 0.91% -
XYZ 63.99 74.32 60.26 -
YUV 219.56 111.88 119.75 -
System Red Green Blue C M Y K H S L
Decimal 208 231 191 0.10 0 0.17 0.09 94.5 0.45 0.83
Hex D0 E7 BF A 0 11 9 5E 2D 53
Octal 320 347 277 12 0 21 11 136 55 123
Binary 11010000 11100111 10111111 1010 0 10001 1001 1011110 101101 1010011

Color Harmonies of #D0E7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E7BF

Black with #D0E7BF

Text Example


Text Example

White with #D0E7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E7BF; }

 p { color: rgb(208,231,191); }

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

background-color css

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

 a { background-color: rgb(208,231,191); }

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

border-color css

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

 span { border-color: rgb(208,231,191); }

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