#017A82

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

Shades of Teal #017A82

Tints of Teal #017A82

Color information

#017A82 (or 0x017A82) is unknown color: approx Teal. HEX triplet: 01, 7A and 82. RGB value is (1,122,130). Sum of RGB (Red+Green+Blue) = 1+122+130=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 122 (48.05% from 255 or 48.22% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #017A82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017A82 is #FE857D. Grayscale: #565656. Windows color (decimal): -16680318 or 8550913. OLE color: 8550913.

HSL color Cylindrical-coordinate representation of color #017A82: hue angle of 183.72º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017A82 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1122130-
CMYK0.990.0600.49
HSL183.72º98.47%25.69%-
HSV(B)183.72º99.23%50.98%-
XYZ1115.5423.54-
YUV86.73152.4166.85-

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.22%
BLUE value IS 130 (51.17% from 255) = 51.38%
R=0.40%
G=48.22%
B=51.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11221300.990.0600.49183.7298.4725.69
Hex17A82636031b8621a
Octal1172202143606127014232
Binary11111010100000101100011110011000110111000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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