#01867F

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

Shades of Teal #01867F

Tints of Teal #01867F

Color information

#01867F (or 0x01867F) is unknown color: approx Teal. HEX triplet: 01, 86 and 7F. RGB value is (1,134,127). Sum of RGB (Red+Green+Blue) = 1+134+127=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 134 (52.73% from 255 or 51.15% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 134 - color contains mainly: green. Hex color #01867F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01867F is #FE7980. Grayscale: #5D5D5D. Windows color (decimal): -16677249 or 8357377. OLE color: 8357377.

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

Color convert

RGB1134127-
CMYK0.9900.050.47
HSL176.84º98.52%26.47%-
HSV(B)176.84º99.25%52.55%-
XYZ12.3718.5923.01-
YUV93.44146.9462.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 134 (52.73% from 255) = 51.15%
BLUE value IS 127 (50% from 255) = 48.47%
R=0.38%
G=51.15%
B=48.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11341270.9900.050.47176.8498.5226.47
Hex1867F63052Fb1631a
Octal1206177143055726114332
Binary11000011011111111100011010110111110110001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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