#017688

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

Shades of Teal #017688

Tints of Teal #017688

Color information

#017688 (or 0x017688) is unknown color: approx Teal. HEX triplet: 01, 76 and 88. RGB value is (1,118,136). Sum of RGB (Red+Green+Blue) = 1+118+136=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #017688 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017688 is #FE8977. Grayscale: #545454. Windows color (decimal): -16681336 or 8943105. OLE color: 8943105.

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

Color convert

RGB1118136-
CMYK0.990.1300.47
HSL188º98.54%26.86%-
HSV(B)188º99.26%53.33%-
XYZ10.9314.7425.56-
YUV85.07156.7468.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.39%
GREEN value IS 118 (46.48% from 255) = 46.27%
BLUE value IS 136 (53.52% from 255) = 53.33%
R=0.39%
G=46.27%
B=53.33%

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
Decimal11181360.990.1300.4718898.5426.86
Hex1768863D02Fbc631b
Octal11662101431505727414333
Binary111101101000100011000111101010111110111100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017688; }

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

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

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

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

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

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

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

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