#047A85

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

Shades of Teal #047A85

Tints of Teal #047A85

Color information

#047A85 (or 0x047A85) is unknown color: approx Teal. HEX triplet: 04, 7A and 85. RGB value is (4,122,133). Sum of RGB (Red+Green+Blue) = 4+122+133=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 122 (48.05% from 255 or 47.10% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #047A85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047A85 is #FB857A. Grayscale: #575757. Windows color (decimal): -16483707 or 8747524. OLE color: 8747524.

HSL color Cylindrical-coordinate representation of color #047A85: hue angle of 185.12º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047A85 is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4122133-
CMYK0.970.0800.48
HSL185.12º94.16%26.86%-
HSV(B)185.12º96.99%52.16%-
XYZ11.2415.6424.62-
YUV87.97153.4168.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.54%
GREEN value IS 122 (48.05% from 255) = 47.10%
BLUE value IS 133 (52.34% from 255) = 51.35%
R=1.54%
G=47.10%
B=51.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41221330.970.0800.48185.1294.1626.86
Hex47A85618030b95e1b
Octal41722051411006027113633
Binary10011110101000010111000011000011000010111001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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