Html Css Color HEX #104E43 Deep Teal

📋 copy color: '#104E43'

red 16 ◦ green 78 ◦ blue 67

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

Shades of Deep Teal #104E43

Tints of Deep Teal #104E43

RGB

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

 GREEN value IS 78 (30.86% from 255) = 48.45%

 BLUE value IS 67 (26.56% from 255) = 41.61%

R = 9.94%
G = 48.45%
B = 41.61%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#104E43 (or 0x104E43) is known color: Deep Teal. HEX triplet: 10, 4E and 43. RGB value is (16,78,67). Sum of RGB (Red+Green+Blue) = 16+78+67=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 78 (30.86% from 255 or 48.45% from 161); Blue value is 67 (26.56% from 255 or 41.61% from 161); Max value from RGB is 78 - color contains mainly: green. Hex color #104E43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104E43 is #EFB1BC. Grayscale: #3A3A3A. Windows color (decimal): -15708605 or 4410896. OLE color: 4410896.

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

Color convert

RGB 16 78 67 -
CMYK 0.79 0 0.14 0.69
HSL 169.35º 0.66% 0.18% -
HSV(B) 169.35º 0.79% 0.31% -
XYZ 3.95 5.96 6.25 -
YUV 58.21 132.96 97.89 -
System Red Green Blue C M Y K H S L
Decimal 16 78 67 0.79 0 0.14 0.69 169.35 0.66 0.18
Hex 10 4E 43 4F 0 E 45 A9 42 12
Octal 20 116 103 117 0 16 105 251 102 22
Binary 10000 1001110 1000011 1001111 0 1110 1000101 10101001 1000010 10010

Color Harmonies of #104E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104E43

Black with #104E43

Text Example


Text Example

White with #104E43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,78,67); }

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

background-color css

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

 a { background-color: rgb(16,78,67); }

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

border-color css

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

 span { border-color: rgb(16,78,67); }

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