#DBF9BB

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

Shades of Tea Green #DBF9BB

Tints of Tea Green #DBF9BB

Color information

#DBF9BB (or 0xDBF9BB) is unknown color: approx Tea Green. HEX triplet: DB, F9 and BB. RGB value is (219,249,187). Sum of RGB (Red+Green+Blue) = 219+249+187=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 249 (97.66% from 255 or 38.02% from 655); Blue value is 187 (73.44% from 255 or 28.55% from 655); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF9BB is #240644. Grayscale: #E9E9E9. Windows color (decimal): -2360901 or 12319195. OLE color: 12319195.

HSL color Cylindrical-coordinate representation of color #DBF9BB: hue angle of 89.03º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBF9BB is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB219249187-
CMYK0.1200.250.02
HSL89.03º83.78%85.49%-
HSV(B)89.03º24.9%97.65%-
XYZ72.0686.459.89-
YUV232.96102.06118.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.44%
GREEN value IS 249 (97.66% from 255) = 38.02%
BLUE value IS 187 (73.44% from 255) = 28.55%
R=33.44%
G=38.02%
B=28.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192491870.1200.250.0289.0383.7885.49
HexDBF9BBC0192595455
Octal333371273140312131124125
Binary110110111111100110111011110001100110101100110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF9BB; }

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

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

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

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

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

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

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

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