#046E86

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

Shades of Teal #046E86

Tints of Teal #046E86

Color information

#046E86 (or 0x046E86) is unknown color: approx Teal. HEX triplet: 04, 6E and 86. RGB value is (4,110,134). Sum of RGB (Red+Green+Blue) = 4+110+134=248 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 134 (52.73% from 255 or 54.03% from 248); Max value from RGB is 134 - color contains mainly: blue. Hex color #046E86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046E86 is #FB9179. Grayscale: #505050. Windows color (decimal): -16486778 or 8809988. OLE color: 8809988.

HSL color Cylindrical-coordinate representation of color #046E86: hue angle of 191.08º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046E86 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4110134-
CMYK0.970.1800.47
HSL191.08º94.2%27.06%-
HSV(B)191.08º97.01%52.55%-
XYZ9.9312.924.52-
YUV81.04157.8873.05-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.61%
GREEN value IS 110 (43.36% from 255) = 44.35%
BLUE value IS 134 (52.73% from 255) = 54.03%
R=1.61%
G=44.35%
B=54.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41101340.970.1800.47191.0894.227.06
Hex46E86611202Fbf5e1b
Octal41562061412205727713633
Binary100110111010000110110000110010010111110111111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046E86; }

 p { color: rgb(4,110,134); }

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

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

 a { background-color: rgb(4,110,134); }

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

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

 span { border-color: rgb(4,110,134); }

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