Html Css Color HEX #11493B Deep Teal

📋 copy color: '#11493B'

red 17 ◦ green 73 ◦ blue 59

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

Shades of Deep Teal #11493B

Tints of Deep Teal #11493B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 39.6%

R = 11.41%
G = 48.99%
B = 39.6%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#11493B (or 0x11493B) is known color: Deep Teal. HEX triplet: 11, 49 and 3B. RGB value is (17,73,59). Sum of RGB (Red+Green+Blue) = 17+73+59=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 73 - color contains mainly: green. Hex color #11493B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11493B is #EEB6C4. Grayscale: #363636. Windows color (decimal): -15644357 or 3885329. OLE color: 3885329.

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

Color convert

RGB 17 73 59 -
CMYK 0.77 0 0.19 0.71
HSL 165º 0.62% 0.18% -
HSV(B) 165º 0.77% 0.29% -
XYZ 3.4 5.2 4.96 -
YUV 54.66 130.45 101.14 -
System Red Green Blue C M Y K H S L
Decimal 17 73 59 0.77 0 0.19 0.71 165 0.62 0.18
Hex 11 49 3B 4D 0 13 47 A5 3E 12
Octal 21 111 73 115 0 23 107 245 76 22
Binary 10001 1001001 111011 1001101 0 10011 1000111 10100101 111110 10010

Color Harmonies of #11493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11493B

Black with #11493B

Text Example


Text Example

White with #11493B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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