Html Css Color HEX #D0EBBE Tea Green

📋 copy color: '#D0EBBE'

red 208 ◦ green 235 ◦ blue 190

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

Shades of Tea Green #D0EBBE

Tints of Tea Green #D0EBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.02%

R = 32.86%
G = 37.12%
B = 30.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#D0EBBE (or 0xD0EBBE) is known color: Tea Green. HEX triplet: D0, EB and BE. RGB value is (208,235,190). Sum of RGB (Red+Green+Blue) = 208+235+190=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 190 (74.61% from 255 or 30.02% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EBBE is #2F1441. Grayscale: #DDDDDD. Windows color (decimal): -3085378 or 12512208. OLE color: 12512208.

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

Color convert

RGB 208 235 190 -
CMYK 0.11 0 0.19 0.08
HSL 96º 0.53% 0.83% -
HSV(B) 96º 0.19% 0.92% -
XYZ 65.02 76.54 60.06 -
YUV 221.8 110.05 118.16 -
System Red Green Blue C M Y K H S L
Decimal 208 235 190 0.11 0 0.19 0.08 96 0.53 0.83
Hex D0 EB BE B 0 13 8 60 35 53
Octal 320 353 276 13 0 23 10 140 65 123
Binary 11010000 11101011 10111110 1011 0 10011 1000 1100000 110101 1010011

Color Harmonies of #D0EBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EBBE

Black with #D0EBBE

Text Example


Text Example

White with #D0EBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EBBE; }

 p { color: rgb(208,235,190); }

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

background-color css

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

 a { background-color: rgb(208,235,190); }

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

border-color css

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

 span { border-color: rgb(208,235,190); }

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