#D6EBBA

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

Shades of Tea Green #D6EBBA

Tints of Tea Green #D6EBBA

Color information

#D6EBBA (or 0xD6EBBA) is unknown color: approx Tea Green. HEX triplet: D6, EB and BA. RGB value is (214,235,186). Sum of RGB (Red+Green+Blue) = 214+235+186=635 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.70% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EBBA is #291445. Grayscale: #DFDFDF. Windows color (decimal): -2692166 or 12250070. OLE color: 12250070.

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

Color convert

RGB214235186-
CMYK0.0900.210.08
HSL85.71º55.06%82.55%-
HSV(B)85.71º20.85%92.16%-
XYZ66.377.2657.87-
YUV223.14107.04121.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.70%
GREEN value IS 235 (92.19% from 255) = 37.01%
BLUE value IS 186 (73.05% from 255) = 29.29%
R=33.70%
G=37.01%
B=29.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142351860.0900.210.0885.7155.0682.55
HexD6EBBA90158563753
Octal326353272110251012667123
Binary1101011011101011101110101001010101100010101101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EBBA; }

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

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

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

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

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

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

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

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