Html Css Color HEX #D0EEB6 Tea Green

📋 copy color: '#D0EEB6'

red 208 ◦ green 238 ◦ blue 182

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

Shades of Tea Green #D0EEB6

Tints of Tea Green #D0EEB6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.9%

 BLUE value IS 182 (71.48% from 255) = 28.98%

R = 33.12%
G = 37.9%
B = 28.98%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#D0EEB6 (or 0xD0EEB6) is known color: Tea Green. HEX triplet: D0, EE and B6. RGB value is (208,238,182). Sum of RGB (Red+Green+Blue) = 208+238+182=628 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.12% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 182 (71.48% from 255 or 28.98% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EEB6 is #2F1149. Grayscale: #DEDEDE. Windows color (decimal): -3084618 or 11988688. OLE color: 11988688.

HSL color Cylindrical-coordinate representation of color #D0EEB6: hue angle of 92.14º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0EEB6 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 238 182 -
CMYK 0.13 0 0.24 0.07
HSL 92.14º 0.62% 0.82% -
HSV(B) 92.14º 0.24% 0.93% -
XYZ 65.03 77.94 55.87 -
YUV 222.65 105.06 117.55 -
System Red Green Blue C M Y K H S L
Decimal 208 238 182 0.13 0 0.24 0.07 92.14 0.62 0.82
Hex D0 EE B6 D 0 18 7 5C 3E 52
Octal 320 356 266 15 0 30 7 134 76 122
Binary 11010000 11101110 10110110 1101 0 11000 111 1011100 111110 1010010

Color Harmonies of #D0EEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EEB6

Black with #D0EEB6

Text Example


Text Example

White with #D0EEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EEB6; }

 p { color: rgb(208,238,182); }

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

background-color css

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

 a { background-color: rgb(208,238,182); }

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

border-color css

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

 span { border-color: rgb(208,238,182); }

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