#117C85

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

Shades of Teal #117C85

Tints of Teal #117C85

Color information

#117C85 (or 0x117C85) is unknown color: approx Teal. HEX triplet: 11, 7C and 85. RGB value is (17,124,133). Sum of RGB (Red+Green+Blue) = 17+124+133=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 124 (48.83% from 255 or 45.26% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #117C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117C85 is #EE837A. Grayscale: #5C5C5C. Windows color (decimal): -15631227 or 8748049. OLE color: 8748049.

HSL color Cylindrical-coordinate representation of color #117C85: hue angle of 184.66º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117C85 is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB17124133-
CMYK0.870.0700.48
HSL184.66º77.33%29.41%-
HSV(B)184.66º87.22%52.16%-
XYZ11.6716.2324.71-
YUV93.03150.5573.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.20%
GREEN value IS 124 (48.83% from 255) = 45.26%
BLUE value IS 133 (52.34% from 255) = 48.54%
R=6.20%
G=45.26%
B=48.54%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal171241330.870.0700.48184.6677.3329.41
Hex117C85577030b94d1d
Octal21174205127706027111535
Binary100011111100100001011010111111011000010111001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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