Html Css Color HEX #11403B Deep Teal

📋 copy color: '#11403B'

red 17 ◦ green 64 ◦ blue 59

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

Shades of Deep Teal #11403B

Tints of Deep Teal #11403B

RGB

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

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

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

R = 12.14%
G = 45.71%
B = 42.14%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#11403B (or 0x11403B) is known color: Deep Teal. HEX triplet: 11, 40 and 3B. RGB value is (17,64,59). Sum of RGB (Red+Green+Blue) = 17+64+59=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #11403B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11403B is #EEBFC4. Grayscale: #313131. Windows color (decimal): -15646661 or 3883025. OLE color: 3883025.

HSL color Cylindrical-coordinate representation of color #11403B: hue angle of 173.62º 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 #11403B is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 64 59 -
CMYK 0.73 0 0.08 0.75
HSL 173.62º 0.58% 0.16% -
HSV(B) 173.62º 0.73% 0.25% -
XYZ 2.85 4.1 4.78 -
YUV 49.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 17 64 59 0.73 0 0.08 0.75 173.62 0.58 0.16
Hex 11 40 3B 49 0 8 4B AE 3A 10
Octal 21 100 73 111 0 10 113 256 72 20
Binary 10001 1000000 111011 1001001 0 1000 1001011 10101110 111010 10000

Color Harmonies of #11403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11403B

Black with #11403B

Text Example


Text Example

White with #11403B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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