#017486

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

Shades of Teal #017486

Tints of Teal #017486

Color information

#017486 (or 0x017486) is unknown color: approx Teal. HEX triplet: 01, 74 and 86. RGB value is (1,116,134). Sum of RGB (Red+Green+Blue) = 1+116+134=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 134 (52.73% from 255 or 53.39% from 251); Max value from RGB is 134 - color contains mainly: blue. Hex color #017486 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017486 is #FE8B79. Grayscale: #535353. Windows color (decimal): -16681850 or 8811521. OLE color: 8811521.

HSL color Cylindrical-coordinate representation of color #017486: hue angle of 188.12º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017486 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1116134-
CMYK0.990.1300.47
HSL188.12º98.52%26.47%-
HSV(B)188.12º99.25%52.55%-
XYZ10.5614.2224.74-
YUV83.67156.469.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 116 (45.70% from 255) = 46.22%
BLUE value IS 134 (52.73% from 255) = 53.39%
R=0.40%
G=46.22%
B=53.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11161340.990.1300.47188.1298.5226.47
Hex1748663D02Fbc631a
Octal11642061431505727414332
Binary111101001000011011000111101010111110111100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017486; }

 p { color: rgb(1,116,134); }

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

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

 a { background-color: rgb(1,116,134); }

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

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

 span { border-color: rgb(1,116,134); }

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