Html Css Color HEX #01727F Teal

📋 copy color: '#01727F'

red 1 ◦ green 114 ◦ blue 127

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

Shades of Teal #01727F

Tints of Teal #01727F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 52.48%

R = 0.41%
G = 47.11%
B = 52.48%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01727F (or 0x01727F) is known color: Teal. HEX triplet: 01, 72 and 7F. RGB value is (1,114,127). Sum of RGB (Red+Green+Blue) = 1+114+127=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 114 (44.92% from 255 or 47.11% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #01727F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01727F is #FE8D80. Grayscale: #515151. Windows color (decimal): -16682369 or 8352257. OLE color: 8352257.

HSL color Cylindrical-coordinate representation of color #01727F: hue angle of 186.19º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01727F is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 114 127 -
CMYK 0.99 0.10 0 0.50
HSL 186.19º 0.98% 0.25% -
HSV(B) 186.19º 0.99% 0.5% -
XYZ 9.86 13.57 22.18 -
YUV 81.7 153.56 70.44 -
System Red Green Blue C M Y K H S L
Decimal 1 114 127 0.99 0.10 0 0.50 186.19 0.98 0.25
Hex 1 72 7F 63 A 0 32 BA 62 19
Octal 1 162 177 143 12 0 62 272 142 31
Binary 1 1110010 1111111 1100011 1010 0 110010 10111010 1100010 11001

Color Harmonies of #01727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01727F

Black with #01727F

Text Example


Text Example

White with #01727F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01727F; }

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

 H1.HeaderClassName
 {
   color: #01727F;
 }
 .AnyTagClassName
 {
   color: #01727F;
 }
</style>

background-color css

<style>
 a { background-color: #01727F; }

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

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

border-color css

<style>
 span { border-color: #01727F; }

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

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