Html Css Color HEX #117F83 Teal

📋 copy color: '#117F83'

red 17 ◦ green 127 ◦ blue 131

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

Shades of Teal #117F83

Tints of Teal #117F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 47.64%

R = 6.18%
G = 46.18%
B = 47.64%

CMYK

 C value IS 0.87

 M value IS 0.03

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#117F83 (or 0x117F83) is known color: Teal. HEX triplet: 11, 7F and 83. RGB value is (17,127,131). Sum of RGB (Red+Green+Blue) = 17+127+131=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 127 (50% from 255 or 46.18% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 131 - color contains mainly: blue. Hex color #117F83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117F83 is #EE807C. Grayscale: #5E5E5E. Windows color (decimal): -15630461 or 8617745. OLE color: 8617745.

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

Color convert

RGB 17 127 131 -
CMYK 0.87 0.03 0 0.49
HSL 182.11º 0.77% 0.29% -
HSV(B) 182.11º 0.87% 0.51% -
XYZ 11.92 16.94 24.11 -
YUV 94.57 148.56 72.67 -
System Red Green Blue C M Y K H S L
Decimal 17 127 131 0.87 0.03 0 0.49 182.11 0.77 0.29
Hex 11 7F 83 57 3 0 31 B6 4D 1D
Octal 21 177 203 127 3 0 61 266 115 35
Binary 10001 1111111 10000011 1010111 11 0 110001 10110110 1001101 11101

Color Harmonies of #117F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117F83

Black with #117F83

Text Example


Text Example

White with #117F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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