#DBFDC4

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

Shades of Tea Green #DBFDC4

Tints of Tea Green #DBFDC4

Color information

#DBFDC4 (or 0xDBFDC4) is unknown color: approx Tea Green. HEX triplet: DB, FD and C4. RGB value is (219,253,196). Sum of RGB (Red+Green+Blue) = 219+253+196=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 196 (76.95% from 255 or 29.34% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDC4 is #24023B. Grayscale: #ECECEC. Windows color (decimal): -2359868 or 12910043. OLE color: 12910043.

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

Color convert

RGB219253196-
CMYK0.1300.230.01
HSL95.79º93.44%88.04%-
HSV(B)95.79º22.53%99.22%-
XYZ74.389.365.54-
YUV236.34105.24115.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.78%
GREEN value IS 253 (99.22% from 255) = 37.87%
BLUE value IS 196 (76.95% from 255) = 29.34%
R=32.78%
G=37.87%
B=29.34%

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
Decimal2192531960.1300.230.0195.7993.4488.04
HexDBFDC4D0171605d58
Octal333375304150271140135130
Binary11011011111111011100010011010101111110000010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFDC4; }

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

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

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

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

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

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

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

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