Html Css Color HEX #11513F Deep Teal

📋 copy color: '#11513F'

red 17 ◦ green 81 ◦ blue 63

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

Shades of Deep Teal #11513F

Tints of Deep Teal #11513F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 50.31%

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

R = 10.56%
G = 50.31%
B = 39.13%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#11513F (or 0x11513F) is known color: Deep Teal. HEX triplet: 11, 51 and 3F. RGB value is (17,81,63). Sum of RGB (Red+Green+Blue) = 17+81+63=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 81 (32.03% from 255 or 50.31% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 81 - color contains mainly: green. Hex color #11513F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11513F is #EEAEC0. Grayscale: #3B3B3B. Windows color (decimal): -15642305 or 4149521. OLE color: 4149521.

HSL color Cylindrical-coordinate representation of color #11513F: hue angle of 163.12º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #11513F is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 17 81 63 -
CMYK 0.79 0 0.22 0.68
HSL 163.13º 0.65% 0.19% -
HSV(B) 163.13º 0.79% 0.32% -
XYZ 4.07 6.36 5.72 -
YUV 59.81 129.8 97.46 -
System Red Green Blue C M Y K H S L
Decimal 17 81 63 0.79 0 0.22 0.68 163.13 0.65 0.19
Hex 11 51 3F 4F 0 16 44 A3 41 13
Octal 21 121 77 117 0 26 104 243 101 23
Binary 10001 1010001 111111 1001111 0 10110 1000100 10100011 1000001 10011

Color Harmonies of #11513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11513F

Black with #11513F

Text Example


Text Example

White with #11513F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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