#017188

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

Shades of Teal #017188

Tints of Teal #017188

Color information

#017188 (or 0x017188) is unknown color: approx Teal. HEX triplet: 01, 71 and 88. RGB value is (1,113,136). Sum of RGB (Red+Green+Blue) = 1+113+136=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #017188 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017188 is #FE8E77. Grayscale: #515151. Windows color (decimal): -16682616 or 8941825. OLE color: 8941825.

HSL color Cylindrical-coordinate representation of color #017188: hue angle of 190.22º 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 #017188 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1113136-
CMYK0.990.1700.47
HSL190.22º98.54%26.86%-
HSV(B)190.22º99.26%53.33%-
XYZ10.3613.5925.37-
YUV82.13158.3970.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.4%
GREEN value IS 113 (44.53% from 255) = 45.2%
BLUE value IS 136 (53.52% from 255) = 54.4%
R=0.4%
G=45.2%
B=54.4%

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
Decimal11131360.990.1700.47190.2298.5426.86
Hex17188631102Fbe631b
Octal11612101432105727614333
Binary1111000110001000110001110001010111110111110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017188; }

 p { color: rgb(1,113,136); }

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

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

 a { background-color: rgb(1,113,136); }

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

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

 span { border-color: rgb(1,113,136); }

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