Html Css Color HEX #047E89 Teal

📋 copy color: '#047E89'

red 4 ◦ green 126 ◦ blue 137

#047E89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #047E89

Tints of Teal #047E89

RGB

 RED value IS 4 (1.95% from 255) = 1.5%

 GREEN value IS 126 (49.61% from 255) = 47.19%

 BLUE value IS 137 (53.91% from 255) = 51.31%

R = 1.5%
G = 47.19%
B = 51.31%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#047E89 (or 0x047E89) is known color: Teal. HEX triplet: 04, 7E and 89. RGB value is (4,126,137). Sum of RGB (Red+Green+Blue) = 4+126+137=267 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 267); Green value is 126 (49.61% from 255 or 47.19% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #047E89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047E89 is #FB8176. Grayscale: #5A5A5A. Windows color (decimal): -16482679 or 9010692. OLE color: 9010692.

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

Color convert

RGB 4 126 137 -
CMYK 0.97 0.08 0 0.46
HSL 184.96º 0.94% 0.28% -
HSV(B) 184.96º 0.97% 0.54% -
XYZ 12.03 16.75 26.27 -
YUV 90.78 154.08 66.11 -
System Red Green Blue C M Y K H S L
Decimal 4 126 137 0.97 0.08 0 0.46 184.96 0.94 0.28
Hex 4 7E 89 61 8 0 2E B9 5E 1C
Octal 4 176 211 141 10 0 56 271 136 34
Binary 100 1111110 10001001 1100001 1000 0 101110 10111001 1011110 11100

Color Harmonies of #047E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047E89

Black with #047E89

Text Example


Text Example

White with #047E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #047E89;
 }
 .AnyTagClassName
 {
   color: #047E89;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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