Html Css Color HEX #117880 Teal

📋 copy color: '#117880'

red 17 ◦ green 120 ◦ blue 128

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

Shades of Teal #117880

Tints of Teal #117880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.28%

 BLUE value IS 128 (50.39% from 255) = 48.3%

R = 6.42%
G = 45.28%
B = 48.3%

CMYK

 C value IS 0.87

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#117880 (or 0x117880) is known color: Teal. HEX triplet: 11, 78 and 80. RGB value is (17,120,128). Sum of RGB (Red+Green+Blue) = 17+120+128=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 128 - color contains mainly: blue. Hex color #117880 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117880 is #EE877F. Grayscale: #595959. Windows color (decimal): -15632256 or 8419345. OLE color: 8419345.

HSL color Cylindrical-coordinate representation of color #117880: hue angle of 184.32º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117880 is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 120 128 -
CMYK 0.87 0.06 0 0.50
HSL 184.32º 0.77% 0.28% -
HSV(B) 184.32º 0.87% 0.5% -
XYZ 10.84 15.11 22.77 -
YUV 90.12 149.38 75.85 -
System Red Green Blue C M Y K H S L
Decimal 17 120 128 0.87 0.06 0 0.50 184.32 0.77 0.28
Hex 11 78 80 57 6 0 32 B8 4D 1C
Octal 21 170 200 127 6 0 62 270 115 34
Binary 10001 1111000 10000000 1010111 110 0 110010 10111000 1001101 11100

Color Harmonies of #117880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117880

Black with #117880

Text Example


Text Example

White with #117880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117880; }

 p { color: rgb(17,120,128); }

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

background-color css

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

 a { background-color: rgb(17,120,128); }

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

border-color css

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

 span { border-color: rgb(17,120,128); }

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