#104C42

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

Shades of Deep Teal #104C42

Tints of Deep Teal #104C42

Color information

#104C42 (or 0x104C42) is unknown color: approx Deep Teal. HEX triplet: 10, 4C and 42. RGB value is (16,76,66). Sum of RGB (Red+Green+Blue) = 16+76+66=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 76 (30.08% from 255 or 48.10% from 158); Blue value is 66 (26.17% from 255 or 41.77% from 158); Max value from RGB is 76 - color contains mainly: green. Hex color #104C42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104C42 is #EFB3BD. Grayscale: #383838. Windows color (decimal): -15709118 or 4344848. OLE color: 4344848.

HSL color Cylindrical-coordinate representation of color #104C42: hue angle of 170º degrees, saturation: 0.65, 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 #104C42 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.70.

Color convert

RGB167666-
CMYK0.7900.130.70
HSL170º65.22%18.04%-
HSV(B)170º78.95%29.8%-
XYZ3.785.676.05-
YUV56.92133.1298.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.13%
GREEN value IS 76 (30.08% from 255) = 48.10%
BLUE value IS 66 (26.17% from 255) = 41.77%
R=10.13%
G=48.10%
B=41.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1676660.7900.130.7017065.2218.04
Hex104C424F0D46aa4112
Octal2011410211701510625210122
Binary1000010011001000010100111101101100011010101010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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