Html Css Color HEX #11403A Deep Teal

📋 copy color: '#11403A'

red 17 ◦ green 64 ◦ blue 58

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

Shades of Deep Teal #11403A

Tints of Deep Teal #11403A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 46.04%

 BLUE value IS 58 (23.05% from 255) = 41.73%

R = 12.23%
G = 46.04%
B = 41.73%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#11403A (or 0x11403A) is known color: Deep Teal. HEX triplet: 11, 40 and 3A. RGB value is (17,64,58). Sum of RGB (Red+Green+Blue) = 17+64+58=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #11403A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11403A is #EEBFC5. Grayscale: #313131. Windows color (decimal): -15646662 or 3817489. OLE color: 3817489.

HSL color Cylindrical-coordinate representation of color #11403A: hue angle of 172.34º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11403A is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 64 58 -
CMYK 0.73 0 0.09 0.75
HSL 172.34º 0.58% 0.16% -
HSV(B) 172.34º 0.73% 0.25% -
XYZ 2.83 4.09 4.64 -
YUV 49.26 132.93 104.99 -
System Red Green Blue C M Y K H S L
Decimal 17 64 58 0.73 0 0.09 0.75 172.34 0.58 0.16
Hex 11 40 3A 49 0 9 4B AC 3A 10
Octal 21 100 72 111 0 11 113 254 72 20
Binary 10001 1000000 111010 1001001 0 1001 1001011 10101100 111010 10000

Color Harmonies of #11403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11403A

Black with #11403A

Text Example


Text Example

White with #11403A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11403A; }

 p { color: rgb(17,64,58); }

 H1.HeaderClassName
 {
   color: #11403A;
 }
 .AnyTagClassName
 {
   color: #11403A;
 }
</style>

background-color css

<style>
 a { background-color: #11403A; }

 a { background-color: rgb(17,64,58); }

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

border-color css

<style>
 span { border-color: #11403A; }

 span { border-color: rgb(17,64,58); }

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