Html Css Color HEX #01757F Teal

📋 copy color: '#01757F'

red 1 ◦ green 117 ◦ blue 127

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

Shades of Teal #01757F

Tints of Teal #01757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.76%

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

R = 0.41%
G = 47.76%
B = 51.84%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01757F (or 0x01757F) is known color: Teal. HEX triplet: 01, 75 and 7F. RGB value is (1,117,127). Sum of RGB (Red+Green+Blue) = 1+117+127=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #01757F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01757F is #FE8A80. Grayscale: #535353. Windows color (decimal): -16681601 or 8353025. OLE color: 8353025.

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

Color convert

RGB 1 117 127 -
CMYK 0.99 0.08 0 0.50
HSL 184.76º 0.98% 0.25% -
HSV(B) 184.76º 0.99% 0.5% -
XYZ 10.2 14.26 22.29 -
YUV 83.46 152.57 69.19 -
System Red Green Blue C M Y K H S L
Decimal 1 117 127 0.99 0.08 0 0.50 184.76 0.98 0.25
Hex 1 75 7F 63 8 0 32 B9 62 19
Octal 1 165 177 143 10 0 62 271 142 31
Binary 1 1110101 1111111 1100011 1000 0 110010 10111001 1100010 11001

Color Harmonies of #01757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01757F

Black with #01757F

Text Example


Text Example

White with #01757F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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