#117D86

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

Shades of Teal #117D86

Tints of Teal #117D86

Color information

#117D86 (or 0x117D86) is unknown color: approx Teal. HEX triplet: 11, 7D and 86. RGB value is (17,125,134). Sum of RGB (Red+Green+Blue) = 17+125+134=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 125 (49.22% from 255 or 45.29% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 134 - color contains mainly: blue. Hex color #117D86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117D86 is #EE8279. Grayscale: #5D5D5D. Windows color (decimal): -15630970 or 8813841. OLE color: 8813841.

HSL color Cylindrical-coordinate representation of color #117D86: hue angle of 184.62º 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 #117D86 is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB17125134-
CMYK0.870.0700.47
HSL184.62º77.48%29.61%-
HSV(B)184.62º87.31%52.55%-
XYZ11.8716.5125.12-
YUV93.73150.7273.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.16%
GREEN value IS 125 (49.22% from 255) = 45.29%
BLUE value IS 134 (52.73% from 255) = 48.55%
R=6.16%
G=45.29%
B=48.55%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal171251340.870.0700.47184.6277.4829.61
Hex117D8657702Fb94d1e
Octal21175206127705727111536
Binary100011111101100001101010111111010111110111001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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