#017385

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

Shades of Teal #017385

Tints of Teal #017385

Color information

#017385 (or 0x017385) is unknown color: approx Teal. HEX triplet: 01, 73 and 85. RGB value is (1,115,133). Sum of RGB (Red+Green+Blue) = 1+115+133=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #017385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017385 is #FE8C7A. Grayscale: #525252. Windows color (decimal): -16682107 or 8745729. OLE color: 8745729.

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

Color convert

RGB1115133-
CMYK0.990.1400.48
HSL188.18º98.51%26.27%-
HSV(B)188.18º99.25%52.16%-
XYZ10.3813.9624.34-
YUV82.97156.2369.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 115 (45.31% from 255) = 46.18%
BLUE value IS 133 (52.34% from 255) = 53.41%
R=0.40%
G=46.18%
B=53.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11151330.990.1400.48188.1898.5126.27
Hex1738563E030bc631a
Octal11632051431606027414332
Binary111100111000010111000111110011000010111100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017385; }

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

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

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

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

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

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

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

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