Html Css Color HEX #118880 Teal

📋 copy color: '#118880'

red 17 ◦ green 136 ◦ blue 128

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

Shades of Teal #118880

Tints of Teal #118880

RGB

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

 GREEN value IS 136 (53.52% from 255) = 48.4%

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

R = 6.05%
G = 48.4%
B = 45.55%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#118880 (or 0x118880) is known color: Teal. HEX triplet: 11, 88 and 80. RGB value is (17,136,128). Sum of RGB (Red+Green+Blue) = 17+136+128=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 136 (53.52% from 255 or 48.40% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 136 - color contains mainly: green. Hex color #118880 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118880 is #EE777F. Grayscale: #636363. Windows color (decimal): -15628160 or 8423441. OLE color: 8423441.

HSL color Cylindrical-coordinate representation of color #118880: hue angle of 175.97º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118880 is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 136 128 -
CMYK 0.87 0 0.06 0.47
HSL 175.97º 0.78% 0.3% -
HSV(B) 175.97º 0.88% 0.53% -
XYZ 12.93 19.29 23.46 -
YUV 99.51 144.08 69.15 -
System Red Green Blue C M Y K H S L
Decimal 17 136 128 0.87 0 0.06 0.47 175.97 0.78 0.3
Hex 11 88 80 57 0 6 2F B0 4E 1E
Octal 21 210 200 127 0 6 57 260 116 36
Binary 10001 10001000 10000000 1010111 0 110 101111 10110000 1001110 11110

Color Harmonies of #118880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118880

Black with #118880

Text Example


Text Example

White with #118880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118880; }

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

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

background-color css

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

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

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

border-color css

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

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

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