Html Css Color HEX #047D89 Teal

📋 copy color: '#047D89'

red 4 ◦ green 125 ◦ blue 137

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

Shades of Teal #047D89

Tints of Teal #047D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 51.5%

R = 1.5%
G = 46.99%
B = 51.5%

CMYK

 C value IS 0.97

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#047D89 (or 0x047D89) is known color: Teal. HEX triplet: 04, 7D and 89. RGB value is (4,125,137). Sum of RGB (Red+Green+Blue) = 4+125+137=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 125 (49.22% from 255 or 46.99% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #047D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047D89 is #FB8276. Grayscale: #5A5A5A. Windows color (decimal): -16482935 or 9010436. OLE color: 9010436.

HSL color Cylindrical-coordinate representation of color #047D89: hue angle of 185.41º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047D89 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 4 125 137 -
CMYK 0.97 0.09 0 0.46
HSL 185.41º 0.94% 0.28% -
HSV(B) 185.41º 0.97% 0.54% -
XYZ 11.9 16.5 26.22 -
YUV 90.19 154.41 66.52 -
System Red Green Blue C M Y K H S L
Decimal 4 125 137 0.97 0.09 0 0.46 185.41 0.94 0.28
Hex 4 7D 89 61 9 0 2E B9 5E 1C
Octal 4 175 211 141 11 0 56 271 136 34
Binary 100 1111101 10001001 1100001 1001 0 101110 10111001 1011110 11100

Color Harmonies of #047D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047D89

Black with #047D89

Text Example


Text Example

White with #047D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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