#DBFDC3

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

Shades of Tea Green #DBFDC3

Tints of Tea Green #DBFDC3

Color information

#DBFDC3 (or 0xDBFDC3) is unknown color: approx Tea Green. HEX triplet: DB, FD and C3. RGB value is (219,253,195). Sum of RGB (Red+Green+Blue) = 219+253+195=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 195 (76.56% from 255 or 29.24% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDC3 is #24023C. Grayscale: #ECECEC. Windows color (decimal): -2359869 or 12844507. OLE color: 12844507.

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

Color convert

RGB219253195-
CMYK0.1300.230.01
HSL95.17º93.55%87.84%-
HSV(B)95.17º22.92%99.22%-
XYZ74.1989.2564.95-
YUV236.22104.74115.72-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.83%
GREEN value IS 253 (99.22% from 255) = 37.93%
BLUE value IS 195 (76.56% from 255) = 29.24%
R=32.83%
G=37.93%
B=29.24%

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
Decimal2192531950.1300.230.0195.1793.5587.84
HexDBFDC3D01715f5e58
Octal333375303150271137136130
Binary11011011111111011100001111010101111101111110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFDC3; }

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

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

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

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

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

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

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

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