Html Css Color HEX #01747F Teal

📋 copy color: '#01747F'

red 1 ◦ green 116 ◦ blue 127

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

Shades of Teal #01747F

Tints of Teal #01747F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.54%

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

R = 0.41%
G = 47.54%
B = 52.05%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01747F (or 0x01747F) is known color: Teal. HEX triplet: 01, 74 and 7F. RGB value is (1,116,127). Sum of RGB (Red+Green+Blue) = 1+116+127=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 116 (45.70% from 255 or 47.54% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #01747F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01747F is #FE8B80. Grayscale: #525252. Windows color (decimal): -16681857 or 8352769. OLE color: 8352769.

HSL color Cylindrical-coordinate representation of color #01747F: hue angle of 185.24º 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 #01747F is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 116 127 -
CMYK 0.99 0.09 0 0.50
HSL 185.24º 0.98% 0.25% -
HSV(B) 185.24º 0.99% 0.5% -
XYZ 10.09 14.03 22.25 -
YUV 82.87 152.9 69.61 -
System Red Green Blue C M Y K H S L
Decimal 1 116 127 0.99 0.09 0 0.50 185.24 0.98 0.25
Hex 1 74 7F 63 9 0 32 B9 62 19
Octal 1 164 177 143 11 0 62 271 142 31
Binary 1 1110100 1111111 1100011 1001 0 110010 10111001 1100010 11001

Color Harmonies of #01747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01747F

Black with #01747F

Text Example


Text Example

White with #01747F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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