#117A86

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

Shades of Teal #117A86

Tints of Teal #117A86

Color information

#117A86 (or 0x117A86) is unknown color: approx Teal. HEX triplet: 11, 7A and 86. RGB value is (17,122,134). Sum of RGB (Red+Green+Blue) = 17+122+134=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 122 (48.05% from 255 or 44.69% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 134 - color contains mainly: blue. Hex color #117A86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117A86 is #EE8579. Grayscale: #5B5B5B. Windows color (decimal): -15631738 or 8813073. OLE color: 8813073.

HSL color Cylindrical-coordinate representation of color #117A86: hue angle of 186.15º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117A86 is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB17122134-
CMYK0.870.0900.47
HSL186.15º77.48%29.61%-
HSV(B)186.15º87.31%52.55%-
XYZ11.4915.7624.99-
YUV91.97151.7174.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.23%
GREEN value IS 122 (48.05% from 255) = 44.69%
BLUE value IS 134 (52.73% from 255) = 49.08%
R=6.23%
G=44.69%
B=49.08%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal171221340.870.0900.47186.1577.4829.61
Hex117A8657902Fba4d1e
Octal211722061271105727211536
Binary1000111110101000011010101111001010111110111010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117A86; }

 p { color: rgb(17,122,134); }

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

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

 a { background-color: rgb(17,122,134); }

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

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

 span { border-color: rgb(17,122,134); }

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