Html Css Color HEX #01728B Teal

📋 copy color: '#01728B'

red 1 ◦ green 114 ◦ blue 139

#01728B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #01728B

Tints of Teal #01728B

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 value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01728B (or 0x01728B) is known color: 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

RGB 1 114 139 -
CMYK 0.99 0.18 0 0.45
HSL 190.87º 0.99% 0.27% -
HSV(B) 190.87º 0.99% 0.55% -
XYZ 10.69 13.91 26.55 -
YUV 83.06 159.56 69.47 -
System Red Green Blue C M Y K H S L
Decimal 1 114 139 0.99 0.18 0 0.45 190.87 0.99 0.27
Hex 1 72 8B 63 12 0 2D BF 63 1B
Octal 1 162 213 143 22 0 55 277 143 33
Binary 1 1110010 10001011 1100011 10010 0 101101 10111111 1100011 11011

Color Harmonies of #01728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01728B

Black with #01728B

Text Example


Text Example

White with #01728B

Text Example


Text Example

HTML Codes & Css Web 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>