#047B89

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

Shades of Teal #047B89

Tints of Teal #047B89

Color information

#047B89 (or 0x047B89) is unknown color: approx Teal. HEX triplet: 04, 7B and 89. RGB value is (4,123,137). Sum of RGB (Red+Green+Blue) = 4+123+137=264 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 264); Green value is 123 (48.44% from 255 or 46.59% from 264); Blue value is 137 (53.91% from 255 or 51.89% from 264); Max value from RGB is 137 - color contains mainly: blue. Hex color #047B89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047B89 is #FB8476. Grayscale: #585858. Windows color (decimal): -16483447 or 9009924. OLE color: 9009924.

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

Color convert

RGB4123137-
CMYK0.970.1000.46
HSL186.32º94.33%27.65%-
HSV(B)186.32º97.08%53.73%-
XYZ11.651626.14-
YUV89.01155.0867.36-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.52%
GREEN value IS 123 (48.44% from 255) = 46.59%
BLUE value IS 137 (53.91% from 255) = 51.89%
R=1.52%
G=46.59%
B=51.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41231370.970.1000.46186.3294.3327.65
Hex47B8961A02Eba5e1c
Octal41732111411205627213634
Binary10011110111000100111000011010010111010111010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,123,137); }

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

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

 a { background-color: rgb(4,123,137); }

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

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

 span { border-color: rgb(4,123,137); }

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