Html Css Color HEX #047C8C Teal

📋 copy color: '#047C8C'

red 4 ◦ green 124 ◦ blue 140

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

Shades of Teal #047C8C

Tints of Teal #047C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 52.24%

R = 1.49%
G = 46.27%
B = 52.24%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#047C8C (or 0x047C8C) is known color: Teal. HEX triplet: 04, 7C and 8C. RGB value is (4,124,140). Sum of RGB (Red+Green+Blue) = 4+124+140=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #047C8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047C8C is #FB8373. Grayscale: #595959. Windows color (decimal): -16483188 or 9206788. OLE color: 9206788.

HSL color Cylindrical-coordinate representation of color #047C8C: hue angle of 187.06º 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 #047C8C is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 124 140 -
CMYK 0.97 0.11 0 0.45
HSL 187.06º 0.94% 0.28% -
HSV(B) 187.06º 0.97% 0.55% -
XYZ 11.99 16.33 27.33 -
YUV 89.94 156.24 66.7 -
System Red Green Blue C M Y K H S L
Decimal 4 124 140 0.97 0.11 0 0.45 187.06 0.94 0.28
Hex 4 7C 8C 61 B 0 2D BB 5E 1C
Octal 4 174 214 141 13 0 55 273 136 34
Binary 100 1111100 10001100 1100001 1011 0 101101 10111011 1011110 11100

Color Harmonies of #047C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047C8C

Black with #047C8C

Text Example


Text Example

White with #047C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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