Html Css Color HEX #117B83 Teal

📋 copy color: '#117B83'

red 17 ◦ green 123 ◦ blue 131

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

Shades of Teal #117B83

Tints of Teal #117B83

RGB

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

 GREEN value IS 123 (48.44% from 255) = 45.39%

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

R = 6.27%
G = 45.39%
B = 48.34%

CMYK

 C value IS 0.87

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#117B83 (or 0x117B83) is known color: Teal. HEX triplet: 11, 7B and 83. RGB value is (17,123,131). Sum of RGB (Red+Green+Blue) = 17+123+131=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 123 (48.44% from 255 or 45.39% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 131 - color contains mainly: blue. Hex color #117B83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117B83 is #EE847C. Grayscale: #5C5C5C. Windows color (decimal): -15631485 or 8616721. OLE color: 8616721.

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

Color convert

RGB 17 123 131 -
CMYK 0.87 0.06 0 0.49
HSL 184.21º 0.77% 0.29% -
HSV(B) 184.21º 0.87% 0.51% -
XYZ 11.41 15.92 23.94 -
YUV 92.22 149.88 74.35 -
System Red Green Blue C M Y K H S L
Decimal 17 123 131 0.87 0.06 0 0.49 184.21 0.77 0.29
Hex 11 7B 83 57 6 0 31 B8 4D 1D
Octal 21 173 203 127 6 0 61 270 115 35
Binary 10001 1111011 10000011 1010111 110 0 110001 10111000 1001101 11101

Color Harmonies of #117B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117B83

Black with #117B83

Text Example


Text Example

White with #117B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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