#DBFDC2

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

Shades of Tea Green #DBFDC2

Tints of Tea Green #DBFDC2

Color information

#DBFDC2 (or 0xDBFDC2) is unknown color: approx Tea Green. HEX triplet: DB, FD and C2. RGB value is (219,253,194). Sum of RGB (Red+Green+Blue) = 219+253+194=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 194 (76.17% from 255 or 29.13% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDC2 is #24023D. Grayscale: #ECECEC. Windows color (decimal): -2359870 or 12778971. OLE color: 12778971.

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

Color convert

RGB219253194-
CMYK0.1300.230.01
HSL94.58º93.65%87.65%-
HSV(B)94.58º23.32%99.22%-
XYZ74.0889.2164.35-
YUV236.11104.24115.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.88%
GREEN value IS 253 (99.22% from 255) = 37.99%
BLUE value IS 194 (76.17% from 255) = 29.13%
R=32.88%
G=37.99%
B=29.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192531940.1300.230.0194.5893.6587.65
HexDBFDC2D01715f5e58
Octal333375302150271137136130
Binary11011011111111011100001011010101111101111110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFDC2; }

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

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

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

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

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

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

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

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