Html Css Color HEX #D0EBBD Tea Green

📋 copy color: '#D0EBBD'

red 208 ◦ green 235 ◦ blue 189

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

Shades of Tea Green #D0EBBD

Tints of Tea Green #D0EBBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 29.91%

R = 32.91%
G = 37.18%
B = 29.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#D0EBBD (or 0xD0EBBD) is known color: Tea Green. HEX triplet: D0, EB and BD. RGB value is (208,235,189). Sum of RGB (Red+Green+Blue) = 208+235+189=632 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.91% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EBBD is #2F1442. Grayscale: #DDDDDD. Windows color (decimal): -3085379 or 12446672. OLE color: 12446672.

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

Color convert

RGB 208 235 189 -
CMYK 0.11 0 0.20 0.08
HSL 95.22º 0.53% 0.83% -
HSV(B) 95.22º 0.2% 0.92% -
XYZ 64.91 76.5 59.49 -
YUV 221.68 109.55 118.24 -
System Red Green Blue C M Y K H S L
Decimal 208 235 189 0.11 0 0.20 0.08 95.22 0.53 0.83
Hex D0 EB BD B 0 14 8 5F 35 53
Octal 320 353 275 13 0 24 10 137 65 123
Binary 11010000 11101011 10111101 1011 0 10100 1000 1011111 110101 1010011

Color Harmonies of #D0EBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EBBD

Black with #D0EBBD

Text Example


Text Example

White with #D0EBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EBBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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