Html Css Color HEX #047784 Teal

📋 copy color: '#047784'

red 4 ◦ green 119 ◦ blue 132

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

Shades of Teal #047784

Tints of Teal #047784

RGB

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

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

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

R = 1.57%
G = 46.67%
B = 51.76%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#047784 (or 0x047784) is known color: Teal. HEX triplet: 04, 77 and 84. RGB value is (4,119,132). Sum of RGB (Red+Green+Blue) = 4+119+132=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #047784 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047784 is #FB887B. Grayscale: #555555. Windows color (decimal): -16484476 or 8681220. OLE color: 8681220.

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

Color convert

RGB 4 119 132 -
CMYK 0.97 0.10 0 0.48
HSL 186.09º 0.94% 0.27% -
HSV(B) 186.09º 0.97% 0.52% -
XYZ 10.81 14.89 24.13 -
YUV 86.1 153.9 69.44 -
System Red Green Blue C M Y K H S L
Decimal 4 119 132 0.97 0.10 0 0.48 186.09 0.94 0.27
Hex 4 77 84 61 A 0 30 BA 5E 1B
Octal 4 167 204 141 12 0 60 272 136 33
Binary 100 1110111 10000100 1100001 1010 0 110000 10111010 1011110 11011

Color Harmonies of #047784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047784

Black with #047784

Text Example


Text Example

White with #047784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047784; }

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

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

background-color css

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

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

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

border-color css

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

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

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