#DBF5C0

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

Shades of Tea Green #DBF5C0

Tints of Tea Green #DBF5C0

Color information

#DBF5C0 (or 0xDBF5C0) is unknown color: approx Tea Green. HEX triplet: DB, F5 and C0. RGB value is (219,245,192). Sum of RGB (Red+Green+Blue) = 219+245+192=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 245 (96.09% from 255 or 37.35% from 656); Blue value is 192 (75.39% from 255 or 29.27% from 656); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF5C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF5C0 is #240A3F. Grayscale: #E7E7E7. Windows color (decimal): -2361920 or 12645851. OLE color: 12645851.

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

Color convert

RGB219245192-
CMYK0.1100.220.04
HSL89.43º72.6%85.69%-
HSV(B)89.43º21.63%96.08%-
XYZ71.3884.1762.35-
YUV231.18105.89119.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.38%
GREEN value IS 245 (96.09% from 255) = 37.35%
BLUE value IS 192 (75.39% from 255) = 29.27%
R=33.38%
G=37.35%
B=29.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192451920.1100.220.0489.4372.685.69
HexDBF5C0B0164594956
Octal333365300130264131111126
Binary1101101111110101110000001011010110100101100110010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF5C0; }

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

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

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

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

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

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

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

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