#017F85

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

Shades of Teal #017F85

Tints of Teal #017F85

Color information

#017F85 (or 0x017F85) is unknown color: approx Teal. HEX triplet: 01, 7F and 85. RGB value is (1,127,133). Sum of RGB (Red+Green+Blue) = 1+127+133=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 127 (50% from 255 or 48.66% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #017F85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017F85 is #FE807A. Grayscale: #595959. Windows color (decimal): -16679035 or 8748801. OLE color: 8748801.

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

Color convert

RGB1127133-
CMYK0.990.0500.48
HSL182.73º98.51%26.27%-
HSV(B)182.73º99.25%52.16%-
XYZ11.8416.8824.82-
YUV90.01152.2664.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 127 (50% from 255) = 48.66%
BLUE value IS 133 (52.34% from 255) = 50.96%
R=0.38%
G=48.66%
B=50.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11271330.990.0500.48182.7398.5126.27
Hex17F85635030b7631a
Octal1177205143506026714332
Binary11111111100001011100011101011000010110111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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