#017A8A

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

Shades of Teal #017A8A

Tints of Teal #017A8A

Color information

#017A8A (or 0x017A8A) is unknown color: approx Teal. HEX triplet: 01, 7A and 8A. RGB value is (1,122,138). Sum of RGB (Red+Green+Blue) = 1+122+138=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 122 (48.05% from 255 or 46.74% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #017A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017A8A is #FE8575. Grayscale: #575757. Windows color (decimal): -16680310 or 9075201. OLE color: 9075201.

HSL color Cylindrical-coordinate representation of color #017A8A: hue angle of 187.01º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017A8A is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1122138-
CMYK0.990.1200.46
HSL187.01º98.56%27.25%-
HSV(B)187.01º99.28%54.12%-
XYZ11.5615.7626.48-
YUV87.64156.4166.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 122 (48.05% from 255) = 46.74%
BLUE value IS 138 (54.30% from 255) = 52.87%
R=0.38%
G=46.74%
B=52.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11221380.990.1200.46187.0198.5627.25
Hex17A8A63C02Ebb631b
Octal11722121431405627314333
Binary111110101000101011000111100010111010111011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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