#DBF6BB

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

Shades of Tea Green #DBF6BB

Tints of Tea Green #DBF6BB

Color information

#DBF6BB (or 0xDBF6BB) is unknown color: approx Tea Green. HEX triplet: DB, F6 and BB. RGB value is (219,246,187). Sum of RGB (Red+Green+Blue) = 219+246+187=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 246 (96.48% from 255 or 37.73% from 652); Blue value is 187 (73.44% from 255 or 28.68% from 652); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF6BB is #240944. Grayscale: #E7E7E7. Windows color (decimal): -2361669 or 12318427. OLE color: 12318427.

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

Color convert

RGB219246187-
CMYK0.1100.240.04
HSL87.46º76.62%84.9%-
HSV(B)87.46º23.98%96.47%-
XYZ71.1484.5659.59-
YUV231.2103.05119.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.59%
GREEN value IS 246 (96.48% from 255) = 37.73%
BLUE value IS 187 (73.44% from 255) = 28.68%
R=33.59%
G=37.73%
B=28.68%

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
Decimal2192461870.1100.240.0487.4676.6284.9
HexDBF6BBB0184574d55
Octal333366273130304127115125
Binary1101101111110110101110111011011000100101011110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF6BB; }

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

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

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

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

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

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

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

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