#104939

Color #104939 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #104939

Tints of Deep Teal #104939

Color information

#104939 (or 0x104939) is unknown color: approx Deep Teal. HEX triplet: 10, 49 and 39. RGB value is (16,73,57). Sum of RGB (Red+Green+Blue) = 16+73+57=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 73 (28.91% from 255 or 50% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 73 - color contains mainly: green. Hex color #104939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104939 is #EFB6C6. Grayscale: #363636. Windows color (decimal): -15709895 or 3754256. OLE color: 3754256.

HSL color Cylindrical-coordinate representation of color #104939: hue angle of 163.16º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #104939 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB167357-
CMYK0.7800.220.71
HSL163.16º64.04%17.45%-
HSV(B)163.16º78.08%28.63%-
XYZ3.335.174.69-
YUV54.13129.62100.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.96%
GREEN value IS 73 (28.91% from 255) = 50%
BLUE value IS 57 (22.66% from 255) = 39.04%
R=10.96%
G=50%
B=39.04%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1673570.7800.220.71163.1664.0417.45
Hex1049394E01647a34011
Octal201117111602610724310021
Binary1000010010011110011001110010110100011110100011100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104939; }

 p { color: rgb(16,73,57); }

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

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

 a { background-color: rgb(16,73,57); }

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

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

 span { border-color: rgb(16,73,57); }

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