#117C88

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

Shades of Teal #117C88

Tints of Teal #117C88

Color information

#117C88 (or 0x117C88) is unknown color: approx Teal. HEX triplet: 11, 7C and 88. RGB value is (17,124,136). Sum of RGB (Red+Green+Blue) = 17+124+136=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #117C88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117C88 is #EE8377. Grayscale: #5D5D5D. Windows color (decimal): -15631224 or 8944657. OLE color: 8944657.

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

Color convert

RGB17124136-
CMYK0.870.0900.47
HSL186.05º77.78%30%-
HSV(B)186.05º87.5%53.33%-
XYZ11.8816.3125.81-
YUV93.38152.0573.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.14%
GREEN value IS 124 (48.83% from 255) = 44.77%
BLUE value IS 136 (53.52% from 255) = 49.10%
R=6.14%
G=44.77%
B=49.10%

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
Decimal171241360.870.0900.47186.0577.7830
Hex117C8857902Fba4e1e
Octal211742101271105727211636
Binary1000111111001000100010101111001010111110111010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,124,136); }

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

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

 a { background-color: rgb(17,124,136); }

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

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

 span { border-color: rgb(17,124,136); }

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