#117b80

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

Shades of Teal #117B80

Tints of Teal #117B80

Color information

#117B80 (or 0x117B80) is unknown color: approx Teal. HEX triplet: 11, 7B and 80. RGB value is (17,123,128). Sum of RGB (Red+Green+Blue) = 17+123+128=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 128 - color contains mainly: blue. Hex color #117B80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117B80 is #EE847F. Grayscale: #5B5B5B. Windows color (decimal): -15631488 or 8420113. OLE color: 8420113.

HSL color Cylindrical-coordinate representation of color #117B80: hue angle of 182.7º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117B80 is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB17123128-
CMYK0.870.0400.50
HSL182.7º76.55%28.43%-
HSV(B)182.7º86.72%50.2%-
XYZ11.2115.8422.89-
YUV91.88148.3874.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.34%
GREEN value IS 123 (48.44% from 255) = 45.90%
BLUE value IS 128 (50.39% from 255) = 47.76%
R=6.34%
G=45.90%
B=47.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal171231280.870.0400.50182.776.5528.43
Hex117B80574032b74d1c
Octal21173200127406226711534
Binary100011111011100000001010111100011001010110111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117b80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,123,128); }

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

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

 a { background-color: rgb(17,123,128); }

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

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

 span { border-color: rgb(17,123,128); }

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