#017088

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

Shades of Teal #017088

Tints of Teal #017088

Color information

#017088 (or 0x017088) is unknown color: approx Teal. HEX triplet: 01, 70 and 88. RGB value is (1,112,136). Sum of RGB (Red+Green+Blue) = 1+112+136=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #017088 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017088 is #FE8F77. Grayscale: #515151. Windows color (decimal): -16682872 or 8941569. OLE color: 8941569.

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

Color convert

RGB1112136-
CMYK0.990.1800.47
HSL190.67º98.54%26.86%-
HSV(B)190.67º99.26%53.33%-
XYZ10.2513.3725.33-
YUV81.55158.7370.55-

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) = 44.98%
BLUE value IS 136 (53.52% from 255) = 54.62%
R=0.40%
G=44.98%
B=54.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11121360.990.1800.47190.6798.5426.86
Hex17088631202Fbf631b
Octal11602101432205727714333
Binary1111000010001000110001110010010111110111111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017088; }

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

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

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

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

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

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

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

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