Html Css Color HEX #047786 Teal

📋 copy color: '#047786'

red 4 ◦ green 119 ◦ blue 134

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

Shades of Teal #047786

Tints of Teal #047786

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.3%

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

R = 1.56%
G = 46.3%
B = 52.14%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#047786 (or 0x047786) is known color: Teal. HEX triplet: 04, 77 and 86. RGB value is (4,119,134). Sum of RGB (Red+Green+Blue) = 4+119+134=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #047786 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047786 is #FB8879. Grayscale: #565656. Windows color (decimal): -16484474 or 8812292. OLE color: 8812292.

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

Color convert

RGB 4 119 134 -
CMYK 0.97 0.11 0 0.47
HSL 186.92º 0.94% 0.27% -
HSV(B) 186.92º 0.97% 0.53% -
XYZ 10.95 14.94 24.86 -
YUV 86.33 154.9 69.28 -
System Red Green Blue C M Y K H S L
Decimal 4 119 134 0.97 0.11 0 0.47 186.92 0.94 0.27
Hex 4 77 86 61 B 0 2F BB 5E 1B
Octal 4 167 206 141 13 0 57 273 136 33
Binary 100 1110111 10000110 1100001 1011 0 101111 10111011 1011110 11011

Color Harmonies of #047786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047786

Black with #047786

Text Example


Text Example

White with #047786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047786; }

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

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

background-color css

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

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

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

border-color css

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

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

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