#017b85

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

Shades of Teal #017B85

Tints of Teal #017B85

Color information

#017B85 (or 0x017B85) is unknown color: approx Teal. HEX triplet: 01, 7B and 85. RGB value is (1,123,133). Sum of RGB (Red+Green+Blue) = 1+123+133=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 123 (48.44% from 255 or 47.86% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #017B85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017B85 is #FE847A. Grayscale: #575757. Windows color (decimal): -16680059 or 8747777. OLE color: 8747777.

HSL color Cylindrical-coordinate representation of color #017B85: hue angle of 184.55º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017B85 is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1123133-
CMYK0.990.0800.48
HSL184.55º98.51%26.27%-
HSV(B)184.55º99.25%52.16%-
XYZ11.3315.8724.66-
YUV87.66153.5866.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.39%
GREEN value IS 123 (48.44% from 255) = 47.86%
BLUE value IS 133 (52.34% from 255) = 51.75%
R=0.39%
G=47.86%
B=51.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11231330.990.0800.48184.5598.5126.27
Hex17B85638030b9631a
Octal11732051431006027114332
Binary111110111000010111000111000011000010111001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017b85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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