#D6EFBA

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

Shades of Tea Green #D6EFBA

Tints of Tea Green #D6EFBA

Color information

#D6EFBA (or 0xD6EFBA) is unknown color: approx Tea Green. HEX triplet: D6, EF and BA. RGB value is (214,239,186). Sum of RGB (Red+Green+Blue) = 214+239+186=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 186 (73.05% from 255 or 29.11% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EFBA is #291045. Grayscale: #E1E1E1. Windows color (decimal): -2691142 or 12251094. OLE color: 12251094.

HSL color Cylindrical-coordinate representation of color #D6EFBA: hue angle of 88.3º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6EFBA is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB214239186-
CMYK0.1000.220.06
HSL88.3º62.35%83.33%-
HSV(B)88.3º22.18%93.73%-
XYZ67.4679.5758.26-
YUV225.48105.72119.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.49%
GREEN value IS 239 (93.75% from 255) = 37.40%
BLUE value IS 186 (73.05% from 255) = 29.11%
R=33.49%
G=37.40%
B=29.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142391860.1000.220.0688.362.3583.33
HexD6EFBAA0166583e53
Octal32635727212026613076123
Binary110101101110111110111010101001011011010110001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EFBA; }

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

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

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

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

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

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

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

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