#DBFBB9

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

Shades of Tea Green #DBFBB9

Tints of Tea Green #DBFBB9

Color information

#DBFBB9 (or 0xDBFBB9) is unknown color: approx Tea Green. HEX triplet: DB, FB and B9. RGB value is (219,251,185). Sum of RGB (Red+Green+Blue) = 219+251+185=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 185 (72.66% from 255 or 28.24% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBB9 is #240446. Grayscale: #EAEAEA. Windows color (decimal): -2360391 or 12188635. OLE color: 12188635.

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

Color convert

RGB219251185-
CMYK0.1300.260.02
HSL89.09º89.19%85.49%-
HSV(B)89.09º26.29%98.43%-
XYZ72.4787.5658.98-
YUV233.91100.4117.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.44%
GREEN value IS 251 (98.44% from 255) = 38.32%
BLUE value IS 185 (72.66% from 255) = 28.24%
R=33.44%
G=38.32%
B=28.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192511850.1300.260.0289.0989.1985.49
HexDBFBB9D01A2595955
Octal333373271150322131131125
Binary110110111111101110111001110101101010101100110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFBB9; }

 p { color: rgb(219,251,185); }

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

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

 a { background-color: rgb(219,251,185); }

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

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

 span { border-color: rgb(219,251,185); }

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