Html Css Color HEX #11443E Deep Teal

📋 copy color: '#11443E'

red 17 ◦ green 68 ◦ blue 62

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

Shades of Deep Teal #11443E

Tints of Deep Teal #11443E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 46.26%

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

R = 11.56%
G = 46.26%
B = 42.18%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#11443E (or 0x11443E) is known color: Deep Teal. HEX triplet: 11, 44 and 3E. RGB value is (17,68,62). Sum of RGB (Red+Green+Blue) = 17+68+62=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 68 (26.95% from 255 or 46.26% from 147); Blue value is 62 (24.61% from 255 or 42.18% from 147); Max value from RGB is 68 - color contains mainly: green. Hex color #11443E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11443E is #EEBBC1. Grayscale: #343434. Windows color (decimal): -15645634 or 4080657. OLE color: 4080657.

HSL color Cylindrical-coordinate representation of color #11443E: hue angle of 172.94º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #11443E is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 68 62 -
CMYK 0.75 0 0.09 0.73
HSL 172.94º 0.6% 0.17% -
HSV(B) 172.94º 0.75% 0.27% -
XYZ 3.17 4.6 5.28 -
YUV 52.07 133.6 102.99 -
System Red Green Blue C M Y K H S L
Decimal 17 68 62 0.75 0 0.09 0.73 172.94 0.6 0.17
Hex 11 44 3E 4B 0 9 49 AD 3C 11
Octal 21 104 76 113 0 11 111 255 74 21
Binary 10001 1000100 111110 1001011 0 1001 1001001 10101101 111100 10001

Color Harmonies of #11443E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11443E

Black with #11443E

Text Example


Text Example

White with #11443E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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