#DBF9C2

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

Shades of Tea Green #DBF9C2

Tints of Tea Green #DBF9C2

Color information

#DBF9C2 (or 0xDBF9C2) is unknown color: approx Tea Green. HEX triplet: DB, F9 and C2. RGB value is (219,249,194). Sum of RGB (Red+Green+Blue) = 219+249+194=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 249 (97.66% from 255 or 37.61% from 662); Blue value is 194 (76.17% from 255 or 29.31% from 662); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF9C2 is #24063D. Grayscale: #E9E9E9. Windows color (decimal): -2360894 or 12777947. OLE color: 12777947.

HSL color Cylindrical-coordinate representation of color #DBF9C2: hue angle of 92.73º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBF9C2 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB219249194-
CMYK0.1200.220.02
HSL92.73º82.09%86.86%-
HSV(B)92.73º22.09%97.65%-
XYZ72.8386.7163.94-
YUV233.76105.56117.47-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.08%
GREEN value IS 249 (97.66% from 255) = 37.61%
BLUE value IS 194 (76.17% from 255) = 29.31%
R=33.08%
G=37.61%
B=29.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192491940.1200.220.0292.7382.0986.86
HexDBF9C2C01625d5257
Octal333371302140262135122127
Binary110110111111100111000010110001011010101110110100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF9C2; }

 p { color: rgb(219,249,194); }

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

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

 a { background-color: rgb(219,249,194); }

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

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

 span { border-color: rgb(219,249,194); }

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