Html Css Color HEX #D0ECC2 Tea Green

📋 copy color: '#D0ECC2'

red 208 ◦ green 236 ◦ blue 194

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

Shades of Tea Green #D0ECC2

Tints of Tea Green #D0ECC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 30.41%

R = 32.6%
G = 36.99%
B = 30.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#D0ECC2 (or 0xD0ECC2) is known color: Tea Green. HEX triplet: D0, EC and C2. RGB value is (208,236,194). Sum of RGB (Red+Green+Blue) = 208+236+194=638 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.60% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 194 (76.17% from 255 or 30.41% from 638); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0ECC2 is #2F133D. Grayscale: #DEDEDE. Windows color (decimal): -3085118 or 12774608. OLE color: 12774608.

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

Color convert

RGB 208 236 194 -
CMYK 0.12 0 0.18 0.07
HSL 100º 0.53% 0.84% -
HSV(B) 100º 0.18% 0.93% -
XYZ 65.75 77.3 62.49 -
YUV 222.84 111.72 117.42 -
System Red Green Blue C M Y K H S L
Decimal 208 236 194 0.12 0 0.18 0.07 100 0.53 0.84
Hex D0 EC C2 C 0 12 7 64 34 54
Octal 320 354 302 14 0 22 7 144 64 124
Binary 11010000 11101100 11000010 1100 0 10010 111 1100100 110100 1010100

Color Harmonies of #D0ECC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ECC2

Black with #D0ECC2

Text Example


Text Example

White with #D0ECC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ECC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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