Html Css Color HEX #047F84 Teal

📋 copy color: '#047F84'

red 4 ◦ green 127 ◦ blue 132

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

Shades of Teal #047F84

Tints of Teal #047F84

RGB

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

 GREEN value IS 127 (50% from 255) = 48.29%

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

R = 1.52%
G = 48.29%
B = 50.19%

CMYK

 C value IS 0.97

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#047F84 (or 0x047F84) is known color: Teal. HEX triplet: 04, 7F and 84. RGB value is (4,127,132). Sum of RGB (Red+Green+Blue) = 4+127+132=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 127 (50% from 255 or 48.29% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #047F84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047F84 is #FB807B. Grayscale: #5A5A5A. Windows color (decimal): -16482428 or 8683268. OLE color: 8683268.

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

Color convert

RGB 4 127 132 -
CMYK 0.97 0.04 0 0.48
HSL 182.34º 0.94% 0.27% -
HSV(B) 182.34º 0.97% 0.52% -
XYZ 11.8 16.87 24.46 -
YUV 90.79 151.25 66.09 -
System Red Green Blue C M Y K H S L
Decimal 4 127 132 0.97 0.04 0 0.48 182.34 0.94 0.27
Hex 4 7F 84 61 4 0 30 B6 5E 1B
Octal 4 177 204 141 4 0 60 266 136 33
Binary 100 1111111 10000100 1100001 100 0 110000 10110110 1011110 11011

Color Harmonies of #047F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047F84

Black with #047F84

Text Example


Text Example

White with #047F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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