#D5EFBA

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

Shades of Tea Green #D5EFBA

Tints of Tea Green #D5EFBA

Color information

#D5EFBA (or 0xD5EFBA) is unknown color: approx Tea Green. HEX triplet: D5, EF and BA. RGB value is (213,239,186). Sum of RGB (Red+Green+Blue) = 213+239+186=638 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.39% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EFBA is #2A1045. Grayscale: #E1E1E1. Windows color (decimal): -2756678 or 12251093. OLE color: 12251093.

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

Color convert

RGB213239186-
CMYK0.1100.220.06
HSL89.43º62.35%83.33%-
HSV(B)89.43º22.18%93.73%-
XYZ67.1779.4258.24-
YUV225.18105.89119.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.39%
GREEN value IS 239 (93.75% from 255) = 37.46%
BLUE value IS 186 (73.05% from 255) = 29.15%
R=33.39%
G=37.46%
B=29.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2132391860.1100.220.0689.4362.3583.33
HexD5EFBAB0166593e53
Octal32535727213026613176123
Binary110101011110111110111010101101011011010110011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EFBA; }

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

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

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

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

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

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

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

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