#017A80

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

Shades of Teal #017A80

Tints of Teal #017A80

Color information

#017A80 (or 0x017A80) is unknown color: approx Teal. HEX triplet: 01, 7A and 80. RGB value is (1,122,128). Sum of RGB (Red+Green+Blue) = 1+122+128=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 122 (48.05% from 255 or 48.61% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #017A80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017A80 is #FE857F. Grayscale: #565656. Windows color (decimal): -16680320 or 8419841. OLE color: 8419841.

HSL color Cylindrical-coordinate representation of color #017A80: hue angle of 182.83º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017A80 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1122128-
CMYK0.990.0500.50
HSL182.83º98.45%25.29%-
HSV(B)182.83º99.22%50.2%-
XYZ10.8715.4822.84-
YUV86.5151.4167.01-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 122 (48.05% from 255) = 48.61%
BLUE value IS 128 (50.39% from 255) = 51.00%
R=0.40%
G=48.61%
B=51.00%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11221280.990.0500.50182.8398.4525.29
Hex17A80635032b76219
Octal1172200143506226714231
Binary11111010100000001100011101011001010110111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017A80; }

 p { color: rgb(1,122,128); }

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

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

 a { background-color: rgb(1,122,128); }

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

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

 span { border-color: rgb(1,122,128); }

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