Html Css Color HEX #01728D Teal

📋 copy color: '#01728D'

red 1 ◦ green 114 ◦ blue 141

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

Shades of Teal #01728D

Tints of Teal #01728D

RGB

 RED value IS 1 (0.78% from 255) = 0.39%

 GREEN value IS 114 (44.92% from 255) = 44.53%

 BLUE value IS 141 (55.47% from 255) = 55.08%

R = 0.39%
G = 44.53%
B = 55.08%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01728D (or 0x01728D) is known color: Teal. HEX triplet: 01, 72 and 8D. RGB value is (1,114,141). Sum of RGB (Red+Green+Blue) = 1+114+141=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 141 (55.47% from 255 or 55.08% from 256); Max value from RGB is 141 - color contains mainly: blue. Hex color #01728D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01728D is #FE8D72. Grayscale: #535353. Windows color (decimal): -16682355 or 9269761. OLE color: 9269761.

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

Color convert

RGB 1 114 141 -
CMYK 0.99 0.19 0 0.45
HSL 191.57º 0.99% 0.28% -
HSV(B) 191.57º 0.99% 0.55% -
XYZ 10.84 13.96 27.32 -
YUV 83.29 160.56 69.3 -
System Red Green Blue C M Y K H S L
Decimal 1 114 141 0.99 0.19 0 0.45 191.57 0.99 0.28
Hex 1 72 8D 63 13 0 2D C0 63 1C
Octal 1 162 215 143 23 0 55 300 143 34
Binary 1 1110010 10001101 1100011 10011 0 101101 11000000 1100011 11100

Color Harmonies of #01728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01728D

Black with #01728D

Text Example


Text Example

White with #01728D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01728D;
 }
 .AnyTagClassName
 {
   color: #01728D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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