#016E88

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

Shades of Teal #016E88

Tints of Teal #016E88

Color information

#016E88 (or 0x016E88) is unknown color: approx Teal. HEX triplet: 01, 6E and 88. RGB value is (1,110,136). Sum of RGB (Red+Green+Blue) = 1+110+136=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 110 (43.36% from 255 or 44.53% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #016E88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016E88 is #FE9177. Grayscale: #505050. Windows color (decimal): -16683384 or 8941057. OLE color: 8941057.

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

Color convert

RGB1110136-
CMYK0.990.1900.47
HSL191.56º98.54%26.86%-
HSV(B)191.56º99.26%53.33%-
XYZ10.0312.9425.26-
YUV80.37159.3971.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 110 (43.36% from 255) = 44.53%
BLUE value IS 136 (53.52% from 255) = 55.06%
R=0.40%
G=44.53%
B=55.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11101360.990.1900.47191.5698.5426.86
Hex16E88631302Fc0631b
Octal11562101432305730014333
Binary1110111010001000110001110011010111111000000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016E88; }

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

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

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

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

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

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

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

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