#017A8D

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

Shades of Teal #017A8D

Tints of Teal #017A8D

Color information

#017A8D (or 0x017A8D) is unknown color: approx Teal. HEX triplet: 01, 7A and 8D. RGB value is (1,122,141). Sum of RGB (Red+Green+Blue) = 1+122+141=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 122 (48.05% from 255 or 46.21% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #017A8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017A8D is #FE8572. Grayscale: #575757. Windows color (decimal): -16680307 or 9271809. OLE color: 9271809.

HSL color Cylindrical-coordinate representation of color #017A8D: hue angle of 188.14º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017A8D is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1122141-
CMYK0.990.1300.45
HSL188.14º98.59%27.84%-
HSV(B)188.14º99.29%55.29%-
XYZ11.7815.8527.64-
YUV87.99157.9165.96-

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.21%
BLUE value IS 141 (55.47% from 255) = 53.41%
R=0.38%
G=46.21%
B=53.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11221410.990.1300.45188.1498.5927.84
Hex17A8D63D02Dbc631c
Octal11722151431505527414334
Binary111110101000110111000111101010110110111100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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