Html Css Color HEX #118280 Teal

📋 copy color: '#118280'

red 17 ◦ green 130 ◦ blue 128

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

Shades of Teal #118280

Tints of Teal #118280

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.27%

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

R = 6.18%
G = 47.27%
B = 46.55%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#118280 (or 0x118280) is known color: Teal. HEX triplet: 11, 82 and 80. RGB value is (17,130,128). Sum of RGB (Red+Green+Blue) = 17+130+128=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #118280 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118280 is #EE7D7F. Grayscale: #5F5F5F. Windows color (decimal): -15629696 or 8421905. OLE color: 8421905.

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

Color convert

RGB 17 130 128 -
CMYK 0.87 0 0.02 0.49
HSL 178.94º 0.77% 0.29% -
HSV(B) 178.94º 0.87% 0.51% -
XYZ 12.11 17.64 23.19 -
YUV 95.99 146.06 71.66 -
System Red Green Blue C M Y K H S L
Decimal 17 130 128 0.87 0 0.02 0.49 178.94 0.77 0.29
Hex 11 82 80 57 0 2 31 B3 4D 1D
Octal 21 202 200 127 0 2 61 263 115 35
Binary 10001 10000010 10000000 1010111 0 10 110001 10110011 1001101 11101

Color Harmonies of #118280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118280

Black with #118280

Text Example


Text Example

White with #118280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118280; }

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

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

background-color css

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

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

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

border-color css

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

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

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