Html Css Color HEX #11493F Deep Teal

📋 copy color: '#11493F'

red 17 ◦ green 73 ◦ blue 63

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

Shades of Deep Teal #11493F

Tints of Deep Teal #11493F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 41.18%

R = 11.11%
G = 47.71%
B = 41.18%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#11493F (or 0x11493F) is known color: Deep Teal. HEX triplet: 11, 49 and 3F. RGB value is (17,73,63). Sum of RGB (Red+Green+Blue) = 17+73+63=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 73 (28.91% from 255 or 47.71% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 73 - color contains mainly: green. Hex color #11493F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11493F is #EEB6C0. Grayscale: #373737. Windows color (decimal): -15644353 or 4147473. OLE color: 4147473.

HSL color Cylindrical-coordinate representation of color #11493F: hue angle of 169.29º 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 #11493F is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 73 63 -
CMYK 0.77 0 0.14 0.71
HSL 169.29º 0.62% 0.18% -
HSV(B) 169.29º 0.77% 0.29% -
XYZ 3.51 5.24 5.53 -
YUV 55.12 132.45 100.81 -
System Red Green Blue C M Y K H S L
Decimal 17 73 63 0.77 0 0.14 0.71 169.29 0.62 0.18
Hex 11 49 3F 4D 0 E 47 A9 3E 12
Octal 21 111 77 115 0 16 107 251 76 22
Binary 10001 1001001 111111 1001101 0 1110 1000111 10101001 111110 10010

Color Harmonies of #11493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11493F

Black with #11493F

Text Example


Text Example

White with #11493F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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