#DBF7C0

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

Shades of Tea Green #DBF7C0

Tints of Tea Green #DBF7C0

Color information

#DBF7C0 (or 0xDBF7C0) is unknown color: approx Tea Green. HEX triplet: DB, F7 and C0. RGB value is (219,247,192). Sum of RGB (Red+Green+Blue) = 219+247+192=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 247 (96.88% from 255 or 37.54% from 658); Blue value is 192 (75.39% from 255 or 29.18% from 658); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF7C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF7C0 is #24083F. Grayscale: #E8E8E8. Windows color (decimal): -2361408 or 12646363. OLE color: 12646363.

HSL color Cylindrical-coordinate representation of color #DBF7C0: hue angle of 90.55º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBF7C0 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB219247192-
CMYK0.1100.220.03
HSL90.55º77.46%86.08%-
HSV(B)90.55º22.27%96.86%-
XYZ71.9985.3962.56-
YUV232.36105.22118.47-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.28%
GREEN value IS 247 (96.88% from 255) = 37.54%
BLUE value IS 192 (75.39% from 255) = 29.18%
R=33.28%
G=37.54%
B=29.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2192471920.1100.220.0390.5577.4686.08
HexDBF7C0B01635b4d56
Octal333367300130263133115126
Binary110110111111011111000000101101011011101101110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF7C0; }

 p { color: rgb(219,247,192); }

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

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

 a { background-color: rgb(219,247,192); }

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

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

 span { border-color: rgb(219,247,192); }

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