Html Css Color HEX #047E87 Teal

📋 copy color: '#047E87'

red 4 ◦ green 126 ◦ blue 135

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

Shades of Teal #047E87

Tints of Teal #047E87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 50.94%

R = 1.51%
G = 47.55%
B = 50.94%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#047E87 (or 0x047E87) is known color: Teal. HEX triplet: 04, 7E and 87. RGB value is (4,126,135). Sum of RGB (Red+Green+Blue) = 4+126+135=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 126 (49.61% from 255 or 47.55% from 265); Blue value is 135 (53.12% from 255 or 50.94% from 265); Max value from RGB is 135 - color contains mainly: blue. Hex color #047E87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047E87 is #FB8178. Grayscale: #5A5A5A. Windows color (decimal): -16482681 or 8879620. OLE color: 8879620.

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

Color convert

RGB 4 126 135 -
CMYK 0.97 0.07 0 0.47
HSL 184.12º 0.94% 0.27% -
HSV(B) 184.12º 0.97% 0.53% -
XYZ 11.88 16.7 25.52 -
YUV 90.55 153.08 66.27 -
System Red Green Blue C M Y K H S L
Decimal 4 126 135 0.97 0.07 0 0.47 184.12 0.94 0.27
Hex 4 7E 87 61 7 0 2F B8 5E 1B
Octal 4 176 207 141 7 0 57 270 136 33
Binary 100 1111110 10000111 1100001 111 0 101111 10111000 1011110 11011

Color Harmonies of #047E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047E87

Black with #047E87

Text Example


Text Example

White with #047E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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