#DBF6C6

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

Shades of Tea Green #DBF6C6

Tints of Tea Green #DBF6C6

Color information

#DBF6C6 (or 0xDBF6C6) is unknown color: approx Tea Green. HEX triplet: DB, F6 and C6. RGB value is (219,246,198). Sum of RGB (Red+Green+Blue) = 219+246+198=663 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.03% from 663); Green value is 246 (96.48% from 255 or 37.10% from 663); Blue value is 198 (77.73% from 255 or 29.86% from 663); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF6C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF6C6 is #240939. Grayscale: #E8E8E8. Windows color (decimal): -2361658 or 13039323. OLE color: 13039323.

HSL color Cylindrical-coordinate representation of color #DBF6C6: hue angle of 93.75º degrees, saturation: 0.73, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBF6C6 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB219246198-
CMYK0.1100.200.04
HSL93.75º72.73%87.06%-
HSV(B)93.75º19.51%96.47%-
XYZ72.3685.0566.03-
YUV232.46108.55118.4-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.03%
GREEN value IS 246 (96.48% from 255) = 37.10%
BLUE value IS 198 (77.73% from 255) = 29.86%
R=33.03%
G=37.10%
B=29.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192461980.1100.200.0493.7572.7387.06
HexDBF6C6B01445e4957
Octal333366306130244136111127
Binary1101101111110110110001101011010100100101111010010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF6C6; }

 p { color: rgb(219,246,198); }

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

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

 a { background-color: rgb(219,246,198); }

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

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

 span { border-color: rgb(219,246,198); }

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