#D3EFBA

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

Shades of Tea Green #D3EFBA

Tints of Tea Green #D3EFBA

Color information

#D3EFBA (or 0xD3EFBA) is unknown color: approx Tea Green. HEX triplet: D3, EF and BA. RGB value is (211,239,186). Sum of RGB (Red+Green+Blue) = 211+239+186=636 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.18% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #D3EFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EFBA is #2C1045. Grayscale: #E0E0E0. Windows color (decimal): -2887750 or 12251091. OLE color: 12251091.

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

Color convert

RGB211239186-
CMYK0.1200.220.06
HSL91.7º62.35%83.33%-
HSV(B)91.7º22.18%93.73%-
XYZ66.5979.1358.22-
YUV224.59106.22118.31-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.18%
GREEN value IS 239 (93.75% from 255) = 37.58%
BLUE value IS 186 (73.05% from 255) = 29.25%
R=33.18%
G=37.58%
B=29.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2112391860.1200.220.0691.762.3583.33
HexD3EFBAC01665c3e53
Octal32335727214026613476123
Binary110100111110111110111010110001011011010111001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EFBA; }

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

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

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

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

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

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

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

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