#01728E

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

Shades of Teal #01728E

Tints of Teal #01728E

Color information

#01728E (or 0x01728E) is unknown color: approx Teal. HEX triplet: 01, 72 and 8E. RGB value is (1,114,142). Sum of RGB (Red+Green+Blue) = 1+114+142=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 142 (55.86% from 255 or 55.25% from 257); Max value from RGB is 142 - color contains mainly: blue. Hex color #01728E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01728E is #FE8D71. Grayscale: #535353. Windows color (decimal): -16682354 or 9335297. OLE color: 9335297.

HSL color Cylindrical-coordinate representation of color #01728E: hue angle of 191.91º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01728E is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1114142-
CMYK0.990.2000.44
HSL191.91º98.6%28.04%-
HSV(B)191.91º99.3%55.69%-
XYZ10.9113.9927.72-
YUV83.4161.0669.22-

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.36%
BLUE value IS 142 (55.86% from 255) = 55.25%
R=0.39%
G=44.36%
B=55.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11141420.990.2000.44191.9198.628.04
Hex1728E631402Cc0631c
Octal11622161432405430014334
Binary1111001010001110110001110100010110011000000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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