#118286

Color #118286 Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #118286

Tints of Teal #118286

Color information

#118286 (or 0x118286) is unknown color: approx Teal. HEX triplet: 11, 82 and 86. RGB value is (17,130,134). Sum of RGB (Red+Green+Blue) = 17+130+134=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 134 (52.73% from 255 or 47.69% from 281); Max value from RGB is 134 - color contains mainly: blue. Hex color #118286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118286 is #EE7D79. Grayscale: #606060. Windows color (decimal): -15629690 or 8815121. OLE color: 8815121.

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

Color convert

RGB17130134-
CMYK0.870.0300.47
HSL182.05º77.48%29.61%-
HSV(B)182.05º87.31%52.55%-
XYZ12.5217.8125.33-
YUV96.67149.0671.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.05%
GREEN value IS 130 (51.17% from 255) = 46.26%
BLUE value IS 134 (52.73% from 255) = 47.69%
R=6.05%
G=46.26%
B=47.69%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal171301340.870.0300.47182.0577.4829.61
Hex11828657302Fb64d1e
Octal21202206127305726611536
Binary100011000001010000110101011111010111110110110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118286; }

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

 H1.HeaderClassName
 {
   color: #118286;
 }
 .AnyTagClassName
 {
   color: #118286;
 }
</style>
background-color css

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

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

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

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

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

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