#D6ECBA

Color #D6ECBA Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #D6ECBA

Tints of Tea Green #D6ECBA

Color information

#D6ECBA (or 0xD6ECBA) is unknown color: approx Tea Green. HEX triplet: D6, EC and BA. RGB value is (214,236,186). Sum of RGB (Red+Green+Blue) = 214+236+186=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6ECBA is #291345. Grayscale: #DFDFDF. Windows color (decimal): -2691910 or 12250326. OLE color: 12250326.

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

Color convert

RGB214236186-
CMYK0.0900.210.07
HSL86.4º56.82%82.75%-
HSV(B)86.4º21.19%92.55%-
XYZ66.5977.8357.97-
YUV223.72106.71121.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.65%
GREEN value IS 236 (92.58% from 255) = 37.11%
BLUE value IS 186 (73.05% from 255) = 29.25%
R=33.65%
G=37.11%
B=29.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142361860.0900.210.0786.456.8282.75
HexD6ECBA90157563953
Octal32635427211025712671123
Binary110101101110110010111010100101010111110101101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ECBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ECBA; }

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

 H1.HeaderClassName
 {
   color: #D6ECBA;
 }
 .AnyTagClassName
 {
   color: #D6ECBA;
 }
</style>
background-color css

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

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

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

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

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

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