#DBF2C4

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

Shades of Tea Green #DBF2C4

Tints of Tea Green #DBF2C4

Color information

#DBF2C4 (or 0xDBF2C4) is unknown color: approx Tea Green. HEX triplet: DB, F2 and C4. RGB value is (219,242,196). Sum of RGB (Red+Green+Blue) = 219+242+196=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 196 (76.95% from 255 or 29.83% from 657); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF2C4 is #240D3B. Grayscale: #E6E6E6. Windows color (decimal): -2362684 or 12907227. OLE color: 12907227.

HSL color Cylindrical-coordinate representation of color #DBF2C4: hue angle of 90º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBF2C4 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB219242196-
CMYK0.1000.190.05
HSL90º63.89%85.88%-
HSV(B)90º19.01%94.9%-
XYZ70.9382.5564.42-
YUV229.88108.88120.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.33%
GREEN value IS 242 (94.92% from 255) = 36.83%
BLUE value IS 196 (76.95% from 255) = 29.83%
R=33.33%
G=36.83%
B=29.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192421960.1000.190.059063.8985.88
HexDBF2C4A01355a4056
Octal333362304120235132100126
Binary1101101111110010110001001010010011101101101010000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF2C4; }

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

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

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

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

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

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

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

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