Html Css Color HEX #11493E Deep Teal

📋 copy color: '#11493E'

red 17 ◦ green 73 ◦ blue 62

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

Shades of Deep Teal #11493E

Tints of Deep Teal #11493E

RGB

 RED value IS 17 (7.03% from 255) = 11.18%

 GREEN value IS 73 (28.91% from 255) = 48.03%

 BLUE value IS 62 (24.61% from 255) = 40.79%

R = 11.18%
G = 48.03%
B = 40.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#11493E (or 0x11493E) is known color: Deep Teal. HEX triplet: 11, 49 and 3E. RGB value is (17,73,62). Sum of RGB (Red+Green+Blue) = 17+73+62=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 73 (28.91% from 255 or 48.03% from 152); Blue value is 62 (24.61% from 255 or 40.79% from 152); Max value from RGB is 73 - color contains mainly: green. Hex color #11493E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11493E is #EEB6C1. Grayscale: #363636. Windows color (decimal): -15644354 or 4081937. OLE color: 4081937.

HSL color Cylindrical-coordinate representation of color #11493E: hue angle of 168.21º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11493E is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 73 62 -
CMYK 0.77 0 0.15 0.71
HSL 168.21º 0.62% 0.18% -
HSV(B) 168.21º 0.77% 0.29% -
XYZ 3.48 5.23 5.38 -
YUV 55 131.95 100.89 -
System Red Green Blue C M Y K H S L
Decimal 17 73 62 0.77 0 0.15 0.71 168.21 0.62 0.18
Hex 11 49 3E 4D 0 F 47 A8 3E 12
Octal 21 111 76 115 0 17 107 250 76 22
Binary 10001 1001001 111110 1001101 0 1111 1000111 10101000 111110 10010

Color Harmonies of #11493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11493E

Black with #11493E

Text Example


Text Example

White with #11493E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11493E; }

 p { color: rgb(17,73,62); }

 H1.HeaderClassName
 {
   color: #11493E;
 }
 .AnyTagClassName
 {
   color: #11493E;
 }
</style>

background-color css

<style>
 a { background-color: #11493E; }

 a { background-color: rgb(17,73,62); }

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

border-color css

<style>
 span { border-color: #11493E; }

 span { border-color: rgb(17,73,62); }

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