Html Css Color HEX #11463F Deep Teal

📋 copy color: '#11463F'

red 17 ◦ green 70 ◦ blue 63

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

Shades of Deep Teal #11463F

Tints of Deep Teal #11463F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 42%

R = 11.33%
G = 46.67%
B = 42%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#11463F (or 0x11463F) is known color: Deep Teal. HEX triplet: 11, 46 and 3F. RGB value is (17,70,63). Sum of RGB (Red+Green+Blue) = 17+70+63=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 70 - color contains mainly: green. Hex color #11463F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11463F is #EEB9C0. Grayscale: #353535. Windows color (decimal): -15645121 or 4146705. OLE color: 4146705.

HSL color Cylindrical-coordinate representation of color #11463F: hue angle of 172.08º 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 #11463F is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 70 63 -
CMYK 0.76 0 0.10 0.73
HSL 172.08º 0.61% 0.17% -
HSV(B) 172.08º 0.76% 0.27% -
XYZ 3.32 4.86 5.47 -
YUV 53.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 17 70 63 0.76 0 0.10 0.73 172.08 0.61 0.17
Hex 11 46 3F 4C 0 A 49 AC 3D 11
Octal 21 106 77 114 0 12 111 254 75 21
Binary 10001 1000110 111111 1001100 0 1010 1001001 10101100 111101 10001

Color Harmonies of #11463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11463F

Black with #11463F

Text Example


Text Example

White with #11463F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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