#DBFDC0

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

Shades of Tea Green #DBFDC0

Tints of Tea Green #DBFDC0

Color information

#DBFDC0 (or 0xDBFDC0) is unknown color: approx Tea Green. HEX triplet: DB, FD and C0. RGB value is (219,253,192). Sum of RGB (Red+Green+Blue) = 219+253+192=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 192 (75.39% from 255 or 28.92% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDC0 is #24023F. Grayscale: #ECECEC. Windows color (decimal): -2359872 or 12647899. OLE color: 12647899.

HSL color Cylindrical-coordinate representation of color #DBFDC0: hue angle of 93.44º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBFDC0 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB219253192-
CMYK0.1300.240.01
HSL93.44º93.85%87.25%-
HSV(B)93.44º24.11%99.22%-
XYZ73.8589.1263.18-
YUV235.88103.24115.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.98%
GREEN value IS 253 (99.22% from 255) = 38.10%
BLUE value IS 192 (75.39% from 255) = 28.92%
R=32.98%
G=38.10%
B=28.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192531920.1300.240.0193.4493.8587.25
HexDBFDC0D01815d5e57
Octal333375300150301135136127
Binary11011011111111011100000011010110001101110110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFDC0; }

 p { color: rgb(219,253,192); }

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

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

 a { background-color: rgb(219,253,192); }

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

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

 span { border-color: rgb(219,253,192); }

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