#01737F

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

Shades of Teal #01737F

Tints of Teal #01737F

Color information

#01737F (or 0x01737F) is unknown color: approx Teal. HEX triplet: 01, 73 and 7F. RGB value is (1,115,127). Sum of RGB (Red+Green+Blue) = 1+115+127=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #01737F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01737F is #FE8C80. Grayscale: #525252. Windows color (decimal): -16682113 or 8352513. OLE color: 8352513.

HSL color Cylindrical-coordinate representation of color #01737F: hue angle of 185.71º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01737F is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1115127-
CMYK0.990.0900.50
HSL185.71º98.44%25.1%-
HSV(B)185.71º99.21%49.8%-
XYZ9.9713.822.22-
YUV82.28153.2370.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.41%
GREEN value IS 115 (45.31% from 255) = 47.33%
BLUE value IS 127 (50% from 255) = 52.26%
R=0.41%
G=47.33%
B=52.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11151270.990.0900.50185.7198.4425.1
Hex1737F639032ba6219
Octal11631771431106227214231
Binary11110011111111111000111001011001010111010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01737F; }

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

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

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

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

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

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

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

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