#D2EFBE

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

Shades of Tea Green #D2EFBE

Tints of Tea Green #D2EFBE

Color information

#D2EFBE (or 0xD2EFBE) is unknown color: approx Tea Green. HEX triplet: D2, EF and BE. RGB value is (210,239,190). Sum of RGB (Red+Green+Blue) = 210+239+190=639 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.86% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EFBE is #2D1041. Grayscale: #E0E0E0. Windows color (decimal): -2953282 or 12513234. OLE color: 12513234.

HSL color Cylindrical-coordinate representation of color #D2EFBE: hue angle of 95.51º 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 #D2EFBE is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB210239190-
CMYK0.1200.210.06
HSL95.51º60.49%84.12%-
HSV(B)95.51º20.5%93.73%-
XYZ66.7479.1560.48-
YUV224.74108.39117.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.86%
GREEN value IS 239 (93.75% from 255) = 37.40%
BLUE value IS 190 (74.61% from 255) = 29.73%
R=32.86%
G=37.40%
B=29.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2102391900.1200.210.0695.5160.4984.12
HexD2EFBEC0156603c54
Octal32235727614025614074124
Binary110100101110111110111110110001010111011000001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EFBE; }

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

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

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

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

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

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

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

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