Html Css Color HEX #047C8E Teal

📋 copy color: '#047C8E'

red 4 ◦ green 124 ◦ blue 142

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

Shades of Teal #047C8E

Tints of Teal #047C8E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.93%

 BLUE value IS 142 (55.86% from 255) = 52.59%

R = 1.48%
G = 45.93%
B = 52.59%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#047C8E (or 0x047C8E) is known color: Teal. HEX triplet: 04, 7C and 8E. RGB value is (4,124,142). Sum of RGB (Red+Green+Blue) = 4+124+142=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 124 (48.83% from 255 or 45.93% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #047C8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047C8E is #FB8371. Grayscale: #595959. Windows color (decimal): -16483186 or 9337860. OLE color: 9337860.

HSL color Cylindrical-coordinate representation of color #047C8E: hue angle of 187.83º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047C8E is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 124 142 -
CMYK 0.97 0.13 0 0.44
HSL 187.83º 0.95% 0.29% -
HSV(B) 187.83º 0.97% 0.56% -
XYZ 12.14 16.39 28.12 -
YUV 90.17 157.24 66.54 -
System Red Green Blue C M Y K H S L
Decimal 4 124 142 0.97 0.13 0 0.44 187.83 0.95 0.29
Hex 4 7C 8E 61 D 0 2C BC 5F 1D
Octal 4 174 216 141 15 0 54 274 137 35
Binary 100 1111100 10001110 1100001 1101 0 101100 10111100 1011111 11101

Color Harmonies of #047C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047C8E

Black with #047C8E

Text Example


Text Example

White with #047C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,124,142); }

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

background-color css

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

 a { background-color: rgb(4,124,142); }

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

border-color css

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

 span { border-color: rgb(4,124,142); }

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