#01757F

Color #01757F Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #01757F

Tints of Teal #01757F

Color information

#01757F (or 0x01757F) is unknown color: approx 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

RGB1117127-
CMYK0.990.0800.50
HSL184.76º98.44%25.1%-
HSV(B)184.76º99.21%49.8%-
XYZ10.214.2622.29-
YUV83.46152.5769.19-

RGB Variations

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

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 (Cyan) values IS 0.99
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11171270.990.0800.50184.7698.4425.1
Hex1757F638032b96219
Octal11651771431006227114231
Binary11110101111111111000111000011001010111001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>