#DBF6BA

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

Shades of Tea Green #DBF6BA

Tints of Tea Green #DBF6BA

Color information

#DBF6BA (or 0xDBF6BA) is unknown color: approx Tea Green. HEX triplet: DB, F6 and BA. RGB value is (219,246,186). Sum of RGB (Red+Green+Blue) = 219+246+186=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 246 (96.48% from 255 or 37.79% from 651); Blue value is 186 (73.05% from 255 or 28.57% from 651); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF6BA is #240945. Grayscale: #E7E7E7. Windows color (decimal): -2361670 or 12252891. OLE color: 12252891.

HSL color Cylindrical-coordinate representation of color #DBF6BA: hue angle of 87º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBF6BA is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB219246186-
CMYK0.1100.240.04
HSL87º76.92%84.71%-
HSV(B)87º24.39%96.47%-
XYZ71.0384.5259.02-
YUV231.09102.55119.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.64%
GREEN value IS 246 (96.48% from 255) = 37.79%
BLUE value IS 186 (73.05% from 255) = 28.57%
R=33.64%
G=37.79%
B=28.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192461860.1100.240.048776.9284.71
HexDBF6BAB0184574d55
Octal333366272130304127115125
Binary1101101111110110101110101011011000100101011110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF6BA; }

 p { color: rgb(219,246,186); }

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

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

 a { background-color: rgb(219,246,186); }

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

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

 span { border-color: rgb(219,246,186); }

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