Html Css Color HEX #047D82 Teal

📋 copy color: '#047D82'

red 4 ◦ green 125 ◦ blue 130

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

Shades of Teal #047D82

Tints of Teal #047D82

RGB

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

 GREEN value IS 125 (49.22% from 255) = 48.26%

 BLUE value IS 130 (51.17% from 255) = 50.19%

R = 1.54%
G = 48.26%
B = 50.19%

CMYK

 C value IS 0.97

 M value IS 0.04

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#047D82 (or 0x047D82) is known color: Teal. HEX triplet: 04, 7D and 82. RGB value is (4,125,130). Sum of RGB (Red+Green+Blue) = 4+125+130=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 125 (49.22% from 255 or 48.26% from 259); Blue value is 130 (51.17% from 255 or 50.19% from 259); Max value from RGB is 130 - color contains mainly: blue. Hex color #047D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047D82 is #FB827D. Grayscale: #595959. Windows color (decimal): -16482942 or 8551684. OLE color: 8551684.

HSL color Cylindrical-coordinate representation of color #047D82: hue angle of 182.38º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047D82 is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 125 130 -
CMYK 0.97 0.04 0 0.49
HSL 182.38º 0.94% 0.26% -
HSV(B) 182.38º 0.97% 0.51% -
XYZ 11.41 16.3 23.66 -
YUV 89.39 150.91 67.09 -
System Red Green Blue C M Y K H S L
Decimal 4 125 130 0.97 0.04 0 0.49 182.38 0.94 0.26
Hex 4 7D 82 61 4 0 31 B6 5E 1A
Octal 4 175 202 141 4 0 61 266 136 32
Binary 100 1111101 10000010 1100001 100 0 110001 10110110 1011110 11010

Color Harmonies of #047D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047D82

Black with #047D82

Text Example


Text Example

White with #047D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,125,130); }

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

background-color css

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

 a { background-color: rgb(4,125,130); }

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

border-color css

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

 span { border-color: rgb(4,125,130); }

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