Html Css Color HEX #047D86 Teal

📋 copy color: '#047D86'

red 4 ◦ green 125 ◦ blue 134

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

Shades of Teal #047D86

Tints of Teal #047D86

RGB

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

 GREEN value IS 125 (49.22% from 255) = 47.53%

 BLUE value IS 134 (52.73% from 255) = 50.95%

R = 1.52%
G = 47.53%
B = 50.95%

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

#047D86 (or 0x047D86) is known color: Teal. HEX triplet: 04, 7D and 86. RGB value is (4,125,134). Sum of RGB (Red+Green+Blue) = 4+125+134=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 125 (49.22% from 255 or 47.53% from 263); Blue value is 134 (52.73% from 255 or 50.95% from 263); Max value from RGB is 134 - color contains mainly: blue. Hex color #047D86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047D86 is #FB8279. Grayscale: #595959. Windows color (decimal): -16482938 or 8813828. OLE color: 8813828.

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

Color convert

RGB 4 125 134 -
CMYK 0.97 0.07 0 0.47
HSL 184.15º 0.94% 0.27% -
HSV(B) 184.15º 0.97% 0.53% -
XYZ 11.69 16.41 25.11 -
YUV 89.85 152.91 66.77 -
System Red Green Blue C M Y K H S L
Decimal 4 125 134 0.97 0.07 0 0.47 184.15 0.94 0.27
Hex 4 7D 86 61 7 0 2F B8 5E 1B
Octal 4 175 206 141 7 0 57 270 136 33
Binary 100 1111101 10000110 1100001 111 0 101111 10111000 1011110 11011

Color Harmonies of #047D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047D86

Black with #047D86

Text Example


Text Example

White with #047D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,125,134); }

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

background-color css

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

 a { background-color: rgb(4,125,134); }

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

border-color css

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

 span { border-color: rgb(4,125,134); }

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