#047A82

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

Shades of Teal #047A82

Tints of Teal #047A82

Color information

#047A82 (or 0x047A82) is unknown color: approx Teal. HEX triplet: 04, 7A and 82. RGB value is (4,122,130). Sum of RGB (Red+Green+Blue) = 4+122+130=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 122 (48.05% from 255 or 47.66% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #047A82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047A82 is #FB857D. Grayscale: #575757. Windows color (decimal): -16483710 or 8550916. OLE color: 8550916.

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

Color convert

RGB4122130-
CMYK0.970.0600.49
HSL183.81º94.03%26.27%-
HSV(B)183.81º96.92%50.98%-
XYZ11.0415.5623.54-
YUV87.63151.9168.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.56%
GREEN value IS 122 (48.05% from 255) = 47.66%
BLUE value IS 130 (51.17% from 255) = 50.78%
R=1.56%
G=47.66%
B=50.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41221300.970.0600.49183.8194.0326.27
Hex47A82616031b85e1a
Octal4172202141606127013632
Binary1001111010100000101100001110011000110111000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047A82; }

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

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

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

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

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

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

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

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