#DBFDC1

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

Shades of Tea Green #DBFDC1

Tints of Tea Green #DBFDC1

Color information

#DBFDC1 (or 0xDBFDC1) is unknown color: approx Tea Green. HEX triplet: DB, FD and C1. RGB value is (219,253,193). Sum of RGB (Red+Green+Blue) = 219+253+193=665 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.93% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 193 (75.78% from 255 or 29.02% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDC1 is #24023E. Grayscale: #ECECEC. Windows color (decimal): -2359871 or 12713435. OLE color: 12713435.

HSL color Cylindrical-coordinate representation of color #DBFDC1: hue angle of 94º 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 #DBFDC1 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB219253193-
CMYK0.1300.240.01
HSL94º93.75%87.45%-
HSV(B)94º23.72%99.22%-
XYZ73.9689.1663.76-
YUV235.99103.74115.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.93%
GREEN value IS 253 (99.22% from 255) = 38.05%
BLUE value IS 193 (75.78% from 255) = 29.02%
R=32.93%
G=38.05%
B=29.02%

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
Decimal2192531930.1300.240.019493.7587.45
HexDBFDC1D01815e5e57
Octal333375301150301136136127
Binary11011011111111011100000111010110001101111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFDC1; }

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

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

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

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

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

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

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

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