#117A8E

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

Shades of Teal #117A8E

Tints of Teal #117A8E

Color information

#117A8E (or 0x117A8E) is unknown color: approx Teal. HEX triplet: 11, 7A and 8E. RGB value is (17,122,142). Sum of RGB (Red+Green+Blue) = 17+122+142=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 122 (48.05% from 255 or 43.42% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #117A8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117A8E is #EE8571. Grayscale: #5C5C5C. Windows color (decimal): -15631730 or 9337361. OLE color: 9337361.

HSL color Cylindrical-coordinate representation of color #117A8E: hue angle of 189.6º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #117A8E is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB17122142-
CMYK0.880.1400.44
HSL189.6º78.62%31.18%-
HSV(B)189.6º88.03%55.69%-
XYZ12.0715.9928.04-
YUV92.88155.7173.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.05%
GREEN value IS 122 (48.05% from 255) = 43.42%
BLUE value IS 142 (55.86% from 255) = 50.53%
R=6.05%
G=43.42%
B=50.53%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal171221420.880.1400.44189.678.6231.18
Hex117A8E58E02Cbe4f1f
Octal211722161301605427611737
Binary1000111110101000111010110001110010110010111110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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