Html Css Color HEX #117E8B Teal

📋 copy color: '#117E8B'

red 17 ◦ green 126 ◦ blue 139

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

Shades of Teal #117E8B

Tints of Teal #117E8B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 44.68%

 BLUE value IS 139 (54.69% from 255) = 49.29%

R = 6.03%
G = 44.68%
B = 49.29%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#117E8B (or 0x117E8B) is known color: Teal. HEX triplet: 11, 7E and 8B. RGB value is (17,126,139). Sum of RGB (Red+Green+Blue) = 17+126+139=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 126 (49.61% from 255 or 44.68% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #117E8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117E8B is #EE8174. Grayscale: #5E5E5E. Windows color (decimal): -15630709 or 9141777. OLE color: 9141777.

HSL color Cylindrical-coordinate representation of color #117E8B: hue angle of 186.39º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #117E8B is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 17 126 139 -
CMYK 0.88 0.09 0 0.45
HSL 186.39º 0.78% 0.31% -
HSV(B) 186.39º 0.88% 0.55% -
XYZ 12.35 16.9 27.04 -
YUV 94.89 152.89 72.44 -
System Red Green Blue C M Y K H S L
Decimal 17 126 139 0.88 0.09 0 0.45 186.39 0.78 0.31
Hex 11 7E 8B 58 9 0 2D BA 4E 1F
Octal 21 176 213 130 11 0 55 272 116 37
Binary 10001 1111110 10001011 1011000 1001 0 101101 10111010 1001110 11111

Color Harmonies of #117E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117E8B

Black with #117E8B

Text Example


Text Example

White with #117E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,126,139); }

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

background-color css

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

 a { background-color: rgb(17,126,139); }

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

border-color css

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

 span { border-color: rgb(17,126,139); }

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