#01728C

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

Shades of Teal #01728C

Tints of Teal #01728C

Color information

#01728C (or 0x01728C) is unknown color: approx Teal. HEX triplet: 01, 72 and 8C. RGB value is (1,114,140). Sum of RGB (Red+Green+Blue) = 1+114+140=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 140 (55.08% from 255 or 54.90% from 255); Max value from RGB is 140 - color contains mainly: blue. Hex color #01728C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01728C is #FE8D73. Grayscale: #525252. Windows color (decimal): -16682356 or 9204225. OLE color: 9204225.

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

Color convert

RGB1114140-
CMYK0.990.1900.45
HSL191.22º98.58%27.65%-
HSV(B)191.22º99.29%54.9%-
XYZ10.7613.9326.93-
YUV83.18160.0669.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.39%
GREEN value IS 114 (44.92% from 255) = 44.71%
BLUE value IS 140 (55.08% from 255) = 54.90%
R=0.39%
G=44.71%
B=54.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11141400.990.1900.45191.2298.5827.65
Hex1728C631302Dbf631c
Octal11622141432305527714334
Binary1111001010001100110001110011010110110111111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01728C; }

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

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

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

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

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

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

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

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