Html Css Color HEX #D6ECC0 Tea Green

📋 copy color: '#D6ECC0'

red 214 ◦ green 236 ◦ blue 192

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

Shades of Tea Green #D6ECC0

Tints of Tea Green #D6ECC0

RGB

 RED value IS 214 (83.98% from 255) = 33.33%

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

 BLUE value IS 192 (75.39% from 255) = 29.91%

R = 33.33%
G = 36.76%
B = 29.91%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#D6ECC0 (or 0xD6ECC0) is known color: Tea Green. HEX triplet: D6, EC and C0. RGB value is (214,236,192). Sum of RGB (Red+Green+Blue) = 214+236+192=642 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.33% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 192 (75.39% from 255 or 29.91% from 642); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6ECC0 is #29133F. Grayscale: #E0E0E0. Windows color (decimal): -2691904 or 12643542. OLE color: 12643542.

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

Color convert

RGB 214 236 192 -
CMYK 0.09 0 0.19 0.07
HSL 90º 0.54% 0.84% -
HSV(B) 90º 0.19% 0.93% -
XYZ 67.24 78.09 61.4 -
YUV 224.41 109.71 120.58 -
System Red Green Blue C M Y K H S L
Decimal 214 236 192 0.09 0 0.19 0.07 90 0.54 0.84
Hex D6 EC C0 9 0 13 7 5A 36 54
Octal 326 354 300 11 0 23 7 132 66 124
Binary 11010110 11101100 11000000 1001 0 10011 111 1011010 110110 1010100

Color Harmonies of #D6ECC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ECC0

Black with #D6ECC0

Text Example


Text Example

White with #D6ECC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ECC0; }

 p { color: rgb(214,236,192); }

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

background-color css

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

 a { background-color: rgb(214,236,192); }

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

border-color css

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

 span { border-color: rgb(214,236,192); }

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