#DBF7C1

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

Shades of Tea Green #DBF7C1

Tints of Tea Green #DBF7C1

Color information

#DBF7C1 (or 0xDBF7C1) is unknown color: approx Tea Green. HEX triplet: DB, F7 and C1. RGB value is (219,247,193). Sum of RGB (Red+Green+Blue) = 219+247+193=659 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.23% from 659); Green value is 247 (96.88% from 255 or 37.48% from 659); Blue value is 193 (75.78% from 255 or 29.29% from 659); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF7C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF7C1 is #24083E. Grayscale: #E8E8E8. Windows color (decimal): -2361407 or 12711899. OLE color: 12711899.

HSL color Cylindrical-coordinate representation of color #DBF7C1: hue angle of 91.11º 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 #DBF7C1 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB219247193-
CMYK0.1100.220.03
HSL91.11º77.14%86.27%-
HSV(B)91.11º21.86%96.86%-
XYZ72.185.4363.14-
YUV232.47105.72118.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.23%
GREEN value IS 247 (96.88% from 255) = 37.48%
BLUE value IS 193 (75.78% from 255) = 29.29%
R=33.23%
G=37.48%
B=29.29%

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
Decimal2192471930.1100.220.0391.1177.1486.27
HexDBF7C1B01635b4d56
Octal333367301130263133115126
Binary110110111111011111000001101101011011101101110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF7C1; }

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

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

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

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

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

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

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

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