#018681

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

Shades of Teal #018681

Tints of Teal #018681

Color information

#018681 (or 0x018681) is unknown color: approx Teal. HEX triplet: 01, 86 and 81. RGB value is (1,134,129). Sum of RGB (Red+Green+Blue) = 1+134+129=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 134 (52.73% from 255 or 50.76% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 134 - color contains mainly: green. Hex color #018681 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018681 is #FE797E. Grayscale: #5D5D5D. Windows color (decimal): -16677247 or 8488449. OLE color: 8488449.

HSL color Cylindrical-coordinate representation of color #018681: hue angle of 177.74º 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 #018681 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB1134129-
CMYK0.9900.040.47
HSL177.74º98.52%26.47%-
HSV(B)177.74º99.25%52.55%-
XYZ12.518.6423.71-
YUV93.66147.9461.91-

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) = 50.76%
BLUE value IS 129 (50.78% from 255) = 48.86%
R=0.38%
G=50.76%
B=48.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11341290.9900.040.47177.7498.5226.47
Hex1868163042Fb2631a
Octal1206201143045726214332
Binary110000110100000011100011010010111110110010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018681; }

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

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

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

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

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

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

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

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