#D6EFBE

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

Shades of Tea Green #D6EFBE

Tints of Tea Green #D6EFBE

Color information

#D6EFBE (or 0xD6EFBE) is unknown color: approx Tea Green. HEX triplet: D6, EF and BE. RGB value is (214,239,190). Sum of RGB (Red+Green+Blue) = 214+239+190=643 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.28% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 190 (74.61% from 255 or 29.55% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EFBE is #291041. Grayscale: #E2E2E2. Windows color (decimal): -2691138 or 12513238. OLE color: 12513238.

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

Color convert

RGB214239190-
CMYK0.1000.210.06
HSL90.61º60.49%84.12%-
HSV(B)90.61º20.5%93.73%-
XYZ67.8979.7560.53-
YUV225.94107.72119.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.28%
GREEN value IS 239 (93.75% from 255) = 37.17%
BLUE value IS 190 (74.61% from 255) = 29.55%
R=33.28%
G=37.17%
B=29.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142391900.1000.210.0690.6160.4984.12
HexD6EFBEA01565b3c54
Octal32635727612025613374124
Binary110101101110111110111110101001010111010110111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EFBE; }

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

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

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

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

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

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

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

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