#DBFDC5

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

Shades of Tea Green #DBFDC5

Tints of Tea Green #DBFDC5

Color information

#DBFDC5 (or 0xDBFDC5) is unknown color: approx Tea Green. HEX triplet: DB, FD and C5. RGB value is (219,253,197). Sum of RGB (Red+Green+Blue) = 219+253+197=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 197 (77.34% from 255 or 29.45% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDC5 is #24023A. Grayscale: #ECECEC. Windows color (decimal): -2359867 or 12975579. OLE color: 12975579.

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

Color convert

RGB219253197-
CMYK0.1300.220.01
HSL96.43º93.33%88.24%-
HSV(B)96.43º22.13%99.22%-
XYZ74.4289.3466.15-
YUV236.45105.74115.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.74%
GREEN value IS 253 (99.22% from 255) = 37.82%
BLUE value IS 197 (77.34% from 255) = 29.45%
R=32.74%
G=37.82%
B=29.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192531970.1300.220.0196.4393.3388.24
HexDBFDC5D0161605d58
Octal333375305150261140135130
Binary11011011111111011100010111010101101110000010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFDC5; }

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

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

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

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

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

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

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

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