Html Css Color HEX #047186 Teal

📋 copy color: '#047186'

red 4 ◦ green 113 ◦ blue 134

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

Shades of Teal #047186

Tints of Teal #047186

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.02%

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

R = 1.59%
G = 45.02%
B = 53.39%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#047186 (or 0x047186) is known color: Teal. HEX triplet: 04, 71 and 86. RGB value is (4,113,134). Sum of RGB (Red+Green+Blue) = 4+113+134=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 134 (52.73% from 255 or 53.39% from 251); Max value from RGB is 134 - color contains mainly: blue. Hex color #047186 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047186 is #FB8E79. Grayscale: #525252. Windows color (decimal): -16486010 or 8810756. OLE color: 8810756.

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

Color convert

RGB 4 113 134 -
CMYK 0.97 0.16 0 0.47
HSL 189.69º 0.94% 0.27% -
HSV(B) 189.69º 0.97% 0.53% -
XYZ 10.26 13.56 24.63 -
YUV 82.8 156.89 71.79 -
System Red Green Blue C M Y K H S L
Decimal 4 113 134 0.97 0.16 0 0.47 189.69 0.94 0.27
Hex 4 71 86 61 10 0 2F BE 5E 1B
Octal 4 161 206 141 20 0 57 276 136 33
Binary 100 1110001 10000110 1100001 10000 0 101111 10111110 1011110 11011

Color Harmonies of #047186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047186

Black with #047186

Text Example


Text Example

White with #047186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047186; }

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

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

background-color css

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

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

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

border-color css

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

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

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