#104B41

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

Shades of Deep Teal #104B41

Tints of Deep Teal #104B41

Color information

#104B41 (or 0x104B41) is unknown color: approx Deep Teal. HEX triplet: 10, 4B and 41. RGB value is (16,75,65). Sum of RGB (Red+Green+Blue) = 16+75+65=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 75 (29.69% from 255 or 48.08% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 75 - color contains mainly: green. Hex color #104B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104B41 is #EFB4BE. Grayscale: #383838. Windows color (decimal): -15709375 or 4279056. OLE color: 4279056.

HSL color Cylindrical-coordinate representation of color #104B41: hue angle of 169.83º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104B41 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.

Color convert

RGB167565-
CMYK0.7900.130.71
HSL169.83º64.84%17.84%-
HSV(B)169.83º78.67%29.41%-
XYZ3.685.525.87-
YUV56.22132.9599.31-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.26%
GREEN value IS 75 (29.69% from 255) = 48.08%
BLUE value IS 65 (25.78% from 255) = 41.67%
R=10.26%
G=48.08%
B=41.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1675650.7900.130.71169.8364.8417.84
Hex104B414F0D47aa4112
Octal2011310111701510725210122
Binary1000010010111000001100111101101100011110101010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104B41; }

 p { color: rgb(16,75,65); }

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

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

 a { background-color: rgb(16,75,65); }

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

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

 span { border-color: rgb(16,75,65); }

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