Html Css Color HEX #047184 Teal

📋 copy color: '#047184'

red 4 ◦ green 113 ◦ blue 132

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

Shades of Teal #047184

Tints of Teal #047184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 53.01%

R = 1.61%
G = 45.38%
B = 53.01%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#047184 (or 0x047184) is known color: Teal. HEX triplet: 04, 71 and 84. RGB value is (4,113,132). Sum of RGB (Red+Green+Blue) = 4+113+132=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #047184 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047184 is #FB8E7B. Grayscale: #525252. Windows color (decimal): -16486012 or 8679684. OLE color: 8679684.

HSL color Cylindrical-coordinate representation of color #047184: hue angle of 188.91º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047184 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 113 132 -
CMYK 0.97 0.14 0 0.48
HSL 188.91º 0.94% 0.27% -
HSV(B) 188.91º 0.97% 0.52% -
XYZ 10.12 13.5 23.9 -
YUV 82.58 155.89 71.96 -
System Red Green Blue C M Y K H S L
Decimal 4 113 132 0.97 0.14 0 0.48 188.91 0.94 0.27
Hex 4 71 84 61 E 0 30 BD 5E 1B
Octal 4 161 204 141 16 0 60 275 136 33
Binary 100 1110001 10000100 1100001 1110 0 110000 10111101 1011110 11011

Color Harmonies of #047184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047184

Black with #047184

Text Example


Text Example

White with #047184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047184; }

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

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

background-color css

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

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

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

border-color css

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

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

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