#018679

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

Shades of Teal #018679

Tints of Teal #018679

Color information

#018679 (or 0x018679) is unknown color: approx Teal. HEX triplet: 01, 86 and 79. RGB value is (1,134,121). Sum of RGB (Red+Green+Blue) = 1+134+121=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 134 (52.73% from 255 or 52.34% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 134 - color contains mainly: green. Hex color #018679 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018679 is #FE7986. Grayscale: #5C5C5C. Windows color (decimal): -16677255 or 7964161. OLE color: 7964161.

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

Color convert

RGB1134121-
CMYK0.9900.100.47
HSL174.14º98.52%26.47%-
HSV(B)174.14º99.25%52.55%-
XYZ11.9918.4421.02-
YUV92.75143.9462.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.39%
GREEN value IS 134 (52.73% from 255) = 52.34%
BLUE value IS 121 (47.66% from 255) = 47.27%
R=0.39%
G=52.34%
B=47.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11341210.9900.100.47174.1498.5226.47
Hex18679630A2Fae631a
Octal12061711430125725614332
Binary110000110111100111000110101010111110101110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018679; }

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

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

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

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

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

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

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

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