#104d42

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

Shades of Deep Teal #104D42

Tints of Deep Teal #104D42

Color information

#104D42 (or 0x104D42) is unknown color: approx Deep Teal. HEX triplet: 10, 4D and 42. RGB value is (16,77,66). Sum of RGB (Red+Green+Blue) = 16+77+66=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 77 (30.47% from 255 or 48.43% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 77 - color contains mainly: green. Hex color #104D42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104D42 is #EFB2BD. Grayscale: #393939. Windows color (decimal): -15708862 or 4345104. OLE color: 4345104.

HSL color Cylindrical-coordinate representation of color #104D42: hue angle of 169.18º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104D42 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB167766-
CMYK0.7900.140.70
HSL169.18º65.59%18.24%-
HSV(B)169.18º79.22%30.2%-
XYZ3.855.816.07-
YUV57.51132.7998.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.06%
GREEN value IS 77 (30.47% from 255) = 48.43%
BLUE value IS 66 (26.17% from 255) = 41.51%
R=10.06%
G=48.43%
B=41.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1677660.7900.140.70169.1865.5918.24
Hex104D424F0E46a94212
Octal2011510211701610625110222
Binary1000010011011000010100111101110100011010101001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104d42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,77,66); }

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

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

 a { background-color: rgb(16,77,66); }

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

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

 span { border-color: rgb(16,77,66); }

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