#01857F

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

Shades of Teal #01857F

Tints of Teal #01857F

Color information

#01857F (or 0x01857F) is unknown color: approx Teal. HEX triplet: 01, 85 and 7F. RGB value is (1,133,127). Sum of RGB (Red+Green+Blue) = 1+133+127=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 133 (52.34% from 255 or 50.96% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 133 - color contains mainly: green. Hex color #01857F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01857F is #FE7A80. Grayscale: #5C5C5C. Windows color (decimal): -16677505 or 8357121. OLE color: 8357121.

HSL color Cylindrical-coordinate representation of color #01857F: hue angle of 177.27º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01857F is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB1133127-
CMYK0.9900.050.48
HSL177.27º98.51%26.27%-
HSV(B)177.27º99.25%52.16%-
XYZ12.2318.3122.97-
YUV92.85147.2762.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 133 (52.34% from 255) = 50.96%
BLUE value IS 127 (50% from 255) = 48.66%
R=0.38%
G=50.96%
B=48.66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11331270.9900.050.48177.2798.5126.27
Hex1857F630530b1631a
Octal1205177143056026114332
Binary11000010111111111100011010111000010110001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01857F;
 }
 .AnyTagClassName
 {
   color: #01857F;
 }
</style>
background-color css

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

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

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

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

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

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