Html Css Color HEX #104F42 Deep Teal

📋 copy color: '#104F42'

red 16 ◦ green 79 ◦ blue 66

#104F42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #104F42

Tints of Deep Teal #104F42

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 value IS 0.80

 M value IS 0

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#104F42 (or 0x104F42) is known color: 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

RGB 16 79 66 -
CMYK 0.80 0 0.16 0.69
HSL 167.62º 0.66% 0.19% -
HSV(B) 167.62º 0.8% 0.31% -
XYZ 3.99 6.1 6.12 -
YUV 58.68 132.13 97.56 -
System Red Green Blue C M Y K H S L
Decimal 16 79 66 0.80 0 0.16 0.69 167.62 0.66 0.19
Hex 10 4F 42 50 0 10 45 A8 42 13
Octal 20 117 102 120 0 20 105 250 102 23
Binary 10000 1001111 1000010 1010000 0 10000 1000101 10101000 1000010 10011

Color Harmonies of #104F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104F42

Black with #104F42

Text Example


Text Example

White with #104F42

Text Example


Text Example

HTML Codes & Css Web 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>