Html Css Color HEX #D0E6BF Tea Green

📋 copy color: '#D0E6BF'

red 208 ◦ green 230 ◦ blue 191

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

Shades of Tea Green #D0E6BF

Tints of Tea Green #D0E6BF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.57%

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

R = 33.07%
G = 36.57%
B = 30.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#D0E6BF (or 0xD0E6BF) is known color: Tea Green. HEX triplet: D0, E6 and BF. RGB value is (208,230,191). Sum of RGB (Red+Green+Blue) = 208+230+191=629 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.07% from 629); Green value is 230 (90.23% from 255 or 36.57% from 629); Blue value is 191 (75% from 255 or 30.37% from 629); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E6BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E6BF is #2F1940. Grayscale: #DBDBDB. Windows color (decimal): -3086657 or 12576464. OLE color: 12576464.

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

Color convert

RGB 208 230 191 -
CMYK 0.10 0 0.17 0.10
HSL 93.85º 0.44% 0.83% -
HSV(B) 93.85º 0.17% 0.9% -
XYZ 63.71 73.77 60.17 -
YUV 218.98 112.21 120.17 -
System Red Green Blue C M Y K H S L
Decimal 208 230 191 0.10 0 0.17 0.10 93.85 0.44 0.83
Hex D0 E6 BF A 0 11 A 5E 2C 53
Octal 320 346 277 12 0 21 12 136 54 123
Binary 11010000 11100110 10111111 1010 0 10001 1010 1011110 101100 1010011

Color Harmonies of #D0E6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E6BF

Black with #D0E6BF

Text Example


Text Example

White with #D0E6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E6BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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