#01728B

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

Shades of Teal #01728B

Tints of Teal #01728B

Color information

#01728B (or 0x01728B) is unknown color: approx Teal. HEX triplet: 01, 72 and 8B. RGB value is (1,114,139). Sum of RGB (Red+Green+Blue) = 1+114+139=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #01728B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01728B is #FE8D74. Grayscale: #525252. Windows color (decimal): -16682357 or 9138689. OLE color: 9138689.

HSL color Cylindrical-coordinate representation of color #01728B: hue angle of 190.87º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01728B is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1114139-
CMYK0.990.1800.45
HSL190.87º98.57%27.45%-
HSV(B)190.87º99.28%54.51%-
XYZ10.6913.9126.55-
YUV83.06159.5669.47-

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.88%
BLUE value IS 139 (54.69% from 255) = 54.72%
R=0.39%
G=44.88%
B=54.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11141390.990.1800.45190.8798.5727.45
Hex1728B631202Dbf631b
Octal11622131432205527714333
Binary1111001010001011110001110010010110110111111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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