#104839

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

Shades of Deep Teal #104839

Tints of Deep Teal #104839

Color information

#104839 (or 0x104839) is unknown color: approx Deep Teal. HEX triplet: 10, 48 and 39. RGB value is (16,72,57). Sum of RGB (Red+Green+Blue) = 16+72+57=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 57 (22.66% from 255 or 39.31% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #104839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104839 is #EFB7C6. Grayscale: #353535. Windows color (decimal): -15710151 or 3754000. OLE color: 3754000.

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

Color convert

RGB167257-
CMYK0.7800.210.72
HSL163.93º63.64%17.25%-
HSV(B)163.93º77.78%28.24%-
XYZ3.275.044.67-
YUV53.55129.95101.22-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.03%
GREEN value IS 72 (28.52% from 255) = 49.66%
BLUE value IS 57 (22.66% from 255) = 39.31%
R=11.03%
G=49.66%
B=39.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1672570.7800.210.72163.9363.6417.25
Hex1048394E01548a44011
Octal201107111602511024410021
Binary1000010010001110011001110010101100100010100100100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104839; }

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

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

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

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

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

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

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

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