#017B8C

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

Shades of Teal #017B8C

Tints of Teal #017B8C

Color information

#017B8C (or 0x017B8C) is unknown color: approx Teal. HEX triplet: 01, 7B and 8C. RGB value is (1,123,140). Sum of RGB (Red+Green+Blue) = 1+123+140=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 123 (48.44% from 255 or 46.59% from 264); Blue value is 140 (55.08% from 255 or 53.03% from 264); Max value from RGB is 140 - color contains mainly: blue. Hex color #017B8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017B8C is #FE8473. Grayscale: #585858. Windows color (decimal): -16680052 or 9206529. OLE color: 9206529.

HSL color Cylindrical-coordinate representation of color #017B8C: hue angle of 187.34º 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 #017B8C is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1123140-
CMYK0.990.1200.45
HSL187.34º98.58%27.65%-
HSV(B)187.34º99.29%54.9%-
XYZ11.8316.0727.29-
YUV88.46157.0865.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 123 (48.44% from 255) = 46.59%
BLUE value IS 140 (55.08% from 255) = 53.03%
R=0.38%
G=46.59%
B=53.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11231400.990.1200.45187.3498.5827.65
Hex17B8C63C02Dbb631c
Octal11732141431405527314334
Binary111110111000110011000111100010110110111011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,123,140); }

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

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

 a { background-color: rgb(1,123,140); }

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

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

 span { border-color: rgb(1,123,140); }

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