Html Css Color HEX #11463D Deep Teal

📋 copy color: '#11463D'

red 17 ◦ green 70 ◦ blue 61

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

Shades of Deep Teal #11463D

Tints of Deep Teal #11463D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 41.22%

R = 11.49%
G = 47.3%
B = 41.22%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#11463D (or 0x11463D) is known color: Deep Teal. HEX triplet: 11, 46 and 3D. RGB value is (17,70,61). Sum of RGB (Red+Green+Blue) = 17+70+61=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 70 (27.73% from 255 or 47.30% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 70 - color contains mainly: green. Hex color #11463D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11463D is #EEB9C2. Grayscale: #353535. Windows color (decimal): -15645123 or 4015633. OLE color: 4015633.

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

Color convert

RGB 17 70 61 -
CMYK 0.76 0 0.13 0.73
HSL 169.81º 0.61% 0.17% -
HSV(B) 169.81º 0.76% 0.27% -
XYZ 3.26 4.84 5.18 -
YUV 53.13 132.44 102.23 -
System Red Green Blue C M Y K H S L
Decimal 17 70 61 0.76 0 0.13 0.73 169.81 0.61 0.17
Hex 11 46 3D 4C 0 D 49 AA 3D 11
Octal 21 106 75 114 0 15 111 252 75 21
Binary 10001 1000110 111101 1001100 0 1101 1001001 10101010 111101 10001

Color Harmonies of #11463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11463D

Black with #11463D

Text Example


Text Example

White with #11463D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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