Html Css Color HEX #D0ECC5 Tea Green

📋 copy color: '#D0ECC5'

red 208 ◦ green 236 ◦ blue 197

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

Shades of Tea Green #D0ECC5

Tints of Tea Green #D0ECC5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.82%

 BLUE value IS 197 (77.34% from 255) = 30.73%

R = 32.45%
G = 36.82%
B = 30.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#D0ECC5 (or 0xD0ECC5) is known color: Tea Green. HEX triplet: D0, EC and C5. RGB value is (208,236,197). Sum of RGB (Red+Green+Blue) = 208+236+197=641 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.45% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 197 (77.34% from 255 or 30.73% from 641); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0ECC5 is #2F133A. Grayscale: #DFDFDF. Windows color (decimal): -3085115 or 12971216. OLE color: 12971216.

HSL color Cylindrical-coordinate representation of color #D0ECC5: hue angle of 103.08º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0ECC5 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 236 197 -
CMYK 0.12 0 0.17 0.07
HSL 103.08º 0.51% 0.85% -
HSV(B) 103.08º 0.17% 0.93% -
XYZ 66.09 77.43 64.29 -
YUV 223.18 113.22 117.17 -
System Red Green Blue C M Y K H S L
Decimal 208 236 197 0.12 0 0.17 0.07 103.08 0.51 0.85
Hex D0 EC C5 C 0 11 7 67 33 55
Octal 320 354 305 14 0 21 7 147 63 125
Binary 11010000 11101100 11000101 1100 0 10001 111 1100111 110011 1010101

Color Harmonies of #D0ECC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ECC5

Black with #D0ECC5

Text Example


Text Example

White with #D0ECC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ECC5; }

 p { color: rgb(208,236,197); }

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

background-color css

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

 a { background-color: rgb(208,236,197); }

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

border-color css

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

 span { border-color: rgb(208,236,197); }

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