#104F42

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

Shades of Deep Teal #104F42

Tints of Deep Teal #104F42

Color information

#104F42 (or 0x104F42) is unknown color: approx Deep Teal. HEX triplet: 10, 4F and 42. RGB value is (16,79,66). Sum of RGB (Red+Green+Blue) = 16+79+66=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 79 (31.25% from 255 or 49.07% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 79 - color contains mainly: green. Hex color #104F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104F42 is #EFB0BD. Grayscale: #3A3A3A. Windows color (decimal): -15708350 or 4345616. OLE color: 4345616.

HSL color Cylindrical-coordinate representation of color #104F42: hue angle of 167.62º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #104F42 is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB167966-
CMYK0.8000.160.69
HSL167.62º66.32%18.63%-
HSV(B)167.62º79.75%30.98%-
XYZ3.996.16.12-
YUV58.68132.1397.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.94%
GREEN value IS 79 (31.25% from 255) = 49.07%
BLUE value IS 66 (26.17% from 255) = 40.99%
R=9.94%
G=49.07%
B=40.99%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1679660.8000.160.69167.6266.3218.63
Hex104F425001045a84213
Octal2011710212002010525010223
Binary10000100111110000101010000010000100010110101000100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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