Html Css Color HEX #047F8B Teal

📋 copy color: '#047F8B'

red 4 ◦ green 127 ◦ blue 139

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

Shades of Teal #047F8B

Tints of Teal #047F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 51.48%

R = 1.48%
G = 47.04%
B = 51.48%

CMYK

 C value IS 0.97

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#047F8B (or 0x047F8B) is known color: Teal. HEX triplet: 04, 7F and 8B. RGB value is (4,127,139). Sum of RGB (Red+Green+Blue) = 4+127+139=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #047F8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047F8B is #FB8074. Grayscale: #5B5B5B. Windows color (decimal): -16482421 or 9142020. OLE color: 9142020.

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

Color convert

RGB 4 127 139 -
CMYK 0.97 0.09 0 0.45
HSL 185.33º 0.94% 0.28% -
HSV(B) 185.33º 0.97% 0.55% -
XYZ 12.3 17.07 27.07 -
YUV 91.59 154.75 65.52 -
System Red Green Blue C M Y K H S L
Decimal 4 127 139 0.97 0.09 0 0.45 185.33 0.94 0.28
Hex 4 7F 8B 61 9 0 2D B9 5E 1C
Octal 4 177 213 141 11 0 55 271 136 34
Binary 100 1111111 10001011 1100001 1001 0 101101 10111001 1011110 11100

Color Harmonies of #047F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047F8B

Black with #047F8B

Text Example


Text Example

White with #047F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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