Html Css Color HEX #115160 Teal Blue

📋 copy color: '#115160'

red 17 ◦ green 81 ◦ blue 96

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

Shades of Teal Blue #115160

Tints of Teal Blue #115160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 49.48%

R = 8.76%
G = 41.75%
B = 49.48%

CMYK

 C value IS 0.82

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#115160 (or 0x115160) is known color: Teal Blue. HEX triplet: 11, 51 and 60. RGB value is (17,81,96). Sum of RGB (Red+Green+Blue) = 17+81+96=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #115160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115160 is #EEAE9F. Grayscale: #3F3F3F. Windows color (decimal): -15642272 or 6312209. OLE color: 6312209.

HSL color Cylindrical-coordinate representation of color #115160: hue angle of 191.39º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115160 is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 81 96 -
CMYK 0.82 0.16 0 0.62
HSL 191.39º 0.7% 0.22% -
HSV(B) 191.39º 0.82% 0.38% -
XYZ 5.28 6.85 12.11 -
YUV 63.57 146.3 94.78 -
System Red Green Blue C M Y K H S L
Decimal 17 81 96 0.82 0.16 0 0.62 191.39 0.7 0.22
Hex 11 51 60 52 10 0 3E BF 46 16
Octal 21 121 140 122 20 0 76 277 106 26
Binary 10001 1010001 1100000 1010010 10000 0 111110 10111111 1000110 10110

Color Harmonies of #115160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115160

Black with #115160

Text Example


Text Example

White with #115160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115160; }

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

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

background-color css

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

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

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

border-color css

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

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

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