#047082

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

Shades of Teal #047082

Tints of Teal #047082

Color information

#047082 (or 0x047082) is unknown color: approx Teal. HEX triplet: 04, 70 and 82. RGB value is (4,112,130). Sum of RGB (Red+Green+Blue) = 4+112+130=246 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #047082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047082 is #FB8F7D. Grayscale: #515151. Windows color (decimal): -16486270 or 8548356. OLE color: 8548356.

HSL color Cylindrical-coordinate representation of color #047082: hue angle of 188.57º 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 #047082 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4112130-
CMYK0.970.1400.49
HSL188.57º94.03%26.27%-
HSV(B)188.57º96.92%50.98%-
XYZ9.8713.2323.15-
YUV81.76155.2272.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.63%
GREEN value IS 112 (44.14% from 255) = 45.53%
BLUE value IS 130 (51.17% from 255) = 52.85%
R=1.63%
G=45.53%
B=52.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41121300.970.1400.49188.5794.0326.27
Hex4708261E031bd5e1a
Octal41602021411606127513632
Binary10011100001000001011000011110011000110111101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047082; }

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

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

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

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

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

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

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

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