Html Css Color HEX #D0EABB Tea Green

📋 copy color: '#D0EABB'

red 208 ◦ green 234 ◦ blue 187

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

Shades of Tea Green #D0EABB

Tints of Tea Green #D0EABB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.2%

 BLUE value IS 187 (73.44% from 255) = 29.73%

R = 33.07%
G = 37.2%
B = 29.73%

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

#D0EABB (or 0xD0EABB) is known color: Tea Green. HEX triplet: D0, EA and BB. RGB value is (208,234,187). Sum of RGB (Red+Green+Blue) = 208+234+187=629 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.07% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 187 (73.44% from 255 or 29.73% from 629); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EABB is #2F1544. Grayscale: #DDDDDD. Windows color (decimal): -3085637 or 12315344. OLE color: 12315344.

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

Color convert

RGB 208 234 187 -
CMYK 0.11 0 0.20 0.08
HSL 93.19º 0.53% 0.83% -
HSV(B) 93.19º 0.2% 0.92% -
XYZ 64.4 75.84 58.26 -
YUV 220.87 108.89 118.82 -
System Red Green Blue C M Y K H S L
Decimal 208 234 187 0.11 0 0.20 0.08 93.19 0.53 0.83
Hex D0 EA BB B 0 14 8 5D 35 53
Octal 320 352 273 13 0 24 10 135 65 123
Binary 11010000 11101010 10111011 1011 0 10100 1000 1011101 110101 1010011

Color Harmonies of #D0EABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EABB

Black with #D0EABB

Text Example


Text Example

White with #D0EABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EABB; }

 p { color: rgb(208,234,187); }

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

background-color css

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

 a { background-color: rgb(208,234,187); }

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

border-color css

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

 span { border-color: rgb(208,234,187); }

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