#047F8B

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

Shades of Teal #047F8B

Tints of Teal #047F8B

Color information

#047F8B (or 0x047F8B) is unknown color: approx Teal. HEX triplet: 04, 7F and 8B. RGB value is (4,127,139). Sum of RGB (Red+Green+Blue) = 4+127+139=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #047F8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047F8B is #FB8074. Grayscale: #5B5B5B. Windows color (decimal): -16482421 or 9142020. OLE color: 9142020.

HSL color Cylindrical-coordinate representation of color #047F8B: hue angle of 185.33º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047F8B is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4127139-
CMYK0.970.0900.45
HSL185.33º94.41%28.04%-
HSV(B)185.33º97.12%54.51%-
XYZ12.317.0727.07-
YUV91.59154.7565.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.48%
GREEN value IS 127 (50% from 255) = 47.04%
BLUE value IS 139 (54.69% from 255) = 51.48%
R=1.48%
G=47.04%
B=51.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41271390.970.0900.45185.3394.4128.04
Hex47F8B61902Db95e1c
Octal41772131411105527113634
Binary10011111111000101111000011001010110110111001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,127,139); }

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

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

 a { background-color: rgb(4,127,139); }

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

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

 span { border-color: rgb(4,127,139); }

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