#046E82

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

Shades of Teal #046E82

Tints of Teal #046E82

Color information

#046E82 (or 0x046E82) is unknown color: approx Teal. HEX triplet: 04, 6E and 82. RGB value is (4,110,130). Sum of RGB (Red+Green+Blue) = 4+110+130=244 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.64% from 244); Green value is 110 (43.36% from 255 or 45.08% from 244); Blue value is 130 (51.17% from 255 or 53.28% from 244); Max value from RGB is 130 - color contains mainly: blue. Hex color #046E82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046E82 is #FB917D. Grayscale: #505050. Windows color (decimal): -16486782 or 8547844. OLE color: 8547844.

HSL color Cylindrical-coordinate representation of color #046E82: hue angle of 189.52º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046E82 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4110130-
CMYK0.970.1500.49
HSL189.52º94.03%26.27%-
HSV(B)189.52º96.92%50.98%-
XYZ9.6612.7923.08-
YUV80.59155.8873.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.64%
GREEN value IS 110 (43.36% from 255) = 45.08%
BLUE value IS 130 (51.17% from 255) = 53.28%
R=1.64%
G=45.08%
B=53.28%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41101300.970.1500.49189.5294.0326.27
Hex46E8261F031be5e1a
Octal41562021411706127613632
Binary10011011101000001011000011111011000110111110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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