#115261

Color #115261 Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #115261

Tints of Teal Blue #115261

Color information

#115261 (or 0x115261) is unknown color: approx Teal Blue. HEX triplet: 11, 52 and 61. RGB value is (17,82,97). Sum of RGB (Red+Green+Blue) = 17+82+97=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #115261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115261 is #EEAD9E. Grayscale: #404040. Windows color (decimal): -15642015 or 6378001. OLE color: 6378001.

HSL color Cylindrical-coordinate representation of color #115261: hue angle of 191.25º 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 #115261 is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB178297-
CMYK0.820.1500.62
HSL191.25º70.18%22.35%-
HSV(B)191.25º82.47%38.04%-
XYZ5.417.0212.38-
YUV64.28146.4794.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.67%
GREEN value IS 82 (32.42% from 255) = 41.84%
BLUE value IS 97 (38.28% from 255) = 49.49%
R=8.67%
G=41.84%
B=49.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1782970.820.1500.62191.2570.1822.35
Hex11526152F03Ebf4616
Octal211221411221707627710626
Binary100011010010110000110100101111011111010111111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115261; }

 p { color: rgb(17,82,97); }

 H1.HeaderClassName
 {
   color: #115261;
 }
 .AnyTagClassName
 {
   color: #115261;
 }
</style>
background-color css

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

 a { background-color: rgb(17,82,97); }

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

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

 span { border-color: rgb(17,82,97); }

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