Html Css Color HEX #104D41 Deep Teal

📋 copy color: '#104D41'

red 16 ◦ green 77 ◦ blue 65

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

Shades of Deep Teal #104D41

Tints of Deep Teal #104D41

RGB

 RED value IS 16 (6.64% from 255) = 10.13%

 GREEN value IS 77 (30.47% from 255) = 48.73%

 BLUE value IS 65 (25.78% from 255) = 41.14%

R = 10.13%
G = 48.73%
B = 41.14%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#104D41 (or 0x104D41) is known color: Deep Teal. HEX triplet: 10, 4D and 41. RGB value is (16,77,65). Sum of RGB (Red+Green+Blue) = 16+77+65=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 77 (30.47% from 255 or 48.73% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 77 - color contains mainly: green. Hex color #104D41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104D41 is #EFB2BE. Grayscale: #393939. Windows color (decimal): -15708863 or 4279568. OLE color: 4279568.

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

Color convert

RGB 16 77 65 -
CMYK 0.79 0 0.16 0.70
HSL 168.2º 0.66% 0.18% -
HSV(B) 168.2º 0.79% 0.3% -
XYZ 3.82 5.8 5.92 -
YUV 57.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 16 77 65 0.79 0 0.16 0.70 168.2 0.66 0.18
Hex 10 4D 41 4F 0 10 46 A8 42 12
Octal 20 115 101 117 0 20 106 250 102 22
Binary 10000 1001101 1000001 1001111 0 10000 1000110 10101000 1000010 10010

Color Harmonies of #104D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104D41

Black with #104D41

Text Example


Text Example

White with #104D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #104D41;
 }
 .AnyTagClassName
 {
   color: #104D41;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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