Html Css Color HEX #11463B Deep Teal

📋 copy color: '#11463B'

red 17 ◦ green 70 ◦ blue 59

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

Shades of Deep Teal #11463B

Tints of Deep Teal #11463B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 47.95%

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

R = 11.64%
G = 47.95%
B = 40.41%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#11463B (or 0x11463B) is known color: Deep Teal. HEX triplet: 11, 46 and 3B. RGB value is (17,70,59). Sum of RGB (Red+Green+Blue) = 17+70+59=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 70 (27.73% from 255 or 47.95% from 146); Blue value is 59 (23.44% from 255 or 40.41% from 146); Max value from RGB is 70 - color contains mainly: green. Hex color #11463B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11463B is #EEB9C4. Grayscale: #343434. Windows color (decimal): -15645125 or 3884561. OLE color: 3884561.

HSL color Cylindrical-coordinate representation of color #11463B: hue angle of 167.55º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #11463B is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 70 59 -
CMYK 0.76 0 0.16 0.73
HSL 167.55º 0.61% 0.17% -
HSV(B) 167.55º 0.76% 0.27% -
XYZ 3.21 4.82 4.9 -
YUV 52.9 131.44 102.39 -
System Red Green Blue C M Y K H S L
Decimal 17 70 59 0.76 0 0.16 0.73 167.55 0.61 0.17
Hex 11 46 3B 4C 0 10 49 A8 3D 11
Octal 21 106 73 114 0 20 111 250 75 21
Binary 10001 1000110 111011 1001100 0 10000 1001001 10101000 111101 10001

Color Harmonies of #11463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11463B

Black with #11463B

Text Example


Text Example

White with #11463B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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