Html Css Color HEX #117F86 Teal

📋 copy color: '#117F86'

red 17 ◦ green 127 ◦ blue 134

#117F86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #117F86

Tints of Teal #117F86

RGB

 RED value IS 17 (7.03% from 255) = 6.12%

 GREEN value IS 127 (50% from 255) = 45.68%

 BLUE value IS 134 (52.73% from 255) = 48.2%

R = 6.12%
G = 45.68%
B = 48.2%

CMYK

 C value IS 0.87

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#117F86 (or 0x117F86) is known color: Teal. HEX triplet: 11, 7F and 86. RGB value is (17,127,134). Sum of RGB (Red+Green+Blue) = 17+127+134=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 127 (50% from 255 or 45.68% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 134 - color contains mainly: blue. Hex color #117F86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117F86 is #EE8079. Grayscale: #5E5E5E. Windows color (decimal): -15630458 or 8814353. OLE color: 8814353.

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

Color convert

RGB 17 127 134 -
CMYK 0.87 0.05 0 0.47
HSL 183.59º 0.77% 0.3% -
HSV(B) 183.59º 0.87% 0.53% -
XYZ 12.12 17.02 25.2 -
YUV 94.91 150.06 72.43 -
System Red Green Blue C M Y K H S L
Decimal 17 127 134 0.87 0.05 0 0.47 183.59 0.77 0.3
Hex 11 7F 86 57 5 0 2F B8 4D 1E
Octal 21 177 206 127 5 0 57 270 115 36
Binary 10001 1111111 10000110 1010111 101 0 101111 10111000 1001101 11110

Color Harmonies of #117F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117F86

Black with #117F86

Text Example


Text Example

White with #117F86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #117F86;
 }
 .AnyTagClassName
 {
   color: #117F86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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