#017087

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

Shades of Teal #017087

Tints of Teal #017087

Color information

#017087 (or 0x017087) is unknown color: approx Teal. HEX triplet: 01, 70 and 87. RGB value is (1,112,135). Sum of RGB (Red+Green+Blue) = 1+112+135=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 135 (53.12% from 255 or 54.44% from 248); Max value from RGB is 135 - color contains mainly: blue. Hex color #017087 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017087 is #FE8F78. Grayscale: #515151. Windows color (decimal): -16682873 or 8876033. OLE color: 8876033.

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

Color convert

RGB1112135-
CMYK0.990.1700.47
HSL190.3º98.53%26.67%-
HSV(B)190.3º99.26%52.94%-
XYZ10.1813.3424.96-
YUV81.43158.2370.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 112 (44.14% from 255) = 45.16%
BLUE value IS 135 (53.12% from 255) = 54.44%
R=0.40%
G=45.16%
B=54.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11121350.990.1700.47190.398.5326.67
Hex17087631102Fbe631b
Octal11602071432105727614333
Binary1111000010000111110001110001010111110111110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017087; }

 p { color: rgb(1,112,135); }

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

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

 a { background-color: rgb(1,112,135); }

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

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

 span { border-color: rgb(1,112,135); }

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