Html Css Color HEX #047F7E Teal

📋 copy color: '#047F7E'

red 4 ◦ green 127 ◦ blue 126

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

Shades of Teal #047F7E

Tints of Teal #047F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 49.03%

R = 1.56%
G = 49.42%
B = 49.03%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#047F7E (or 0x047F7E) is known color: Teal. HEX triplet: 04, 7F and 7E. RGB value is (4,127,126). Sum of RGB (Red+Green+Blue) = 4+127+126=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 127 (50% from 255 or 49.42% from 257); Blue value is 126 (49.61% from 255 or 49.03% from 257); Max value from RGB is 127 - color contains mainly: green. Hex color #047F7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047F7E is #FB8081. Grayscale: #595959. Windows color (decimal): -16482434 or 8290052. OLE color: 8290052.

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

Color convert

RGB 4 127 126 -
CMYK 0.97 0 0.01 0.50
HSL 179.51º 0.94% 0.26% -
HSV(B) 179.51º 0.97% 0.5% -
XYZ 11.41 16.71 22.36 -
YUV 90.11 148.25 66.58 -
System Red Green Blue C M Y K H S L
Decimal 4 127 126 0.97 0 0.01 0.50 179.51 0.94 0.26
Hex 4 7F 7E 61 0 1 32 B4 5E 1A
Octal 4 177 176 141 0 1 62 264 136 32
Binary 100 1111111 1111110 1100001 0 1 110010 10110100 1011110 11010

Color Harmonies of #047F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047F7E

Black with #047F7E

Text Example


Text Example

White with #047F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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