Html Css Color HEX #047A8C Teal

📋 copy color: '#047A8C'

red 4 ◦ green 122 ◦ blue 140

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

Shades of Teal #047A8C

Tints of Teal #047A8C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 45.86%

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

R = 1.5%
G = 45.86%
B = 52.63%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#047A8C (or 0x047A8C) is known color: Teal. HEX triplet: 04, 7A and 8C. RGB value is (4,122,140). Sum of RGB (Red+Green+Blue) = 4+122+140=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 122 (48.05% from 255 or 45.86% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #047A8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047A8C is #FB8573. Grayscale: #585858. Windows color (decimal): -16483700 or 9206276. OLE color: 9206276.

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

Color convert

RGB 4 122 140 -
CMYK 0.97 0.13 0 0.45
HSL 187.94º 0.94% 0.28% -
HSV(B) 187.94º 0.97% 0.55% -
XYZ 11.74 15.84 27.25 -
YUV 88.77 156.91 67.54 -
System Red Green Blue C M Y K H S L
Decimal 4 122 140 0.97 0.13 0 0.45 187.94 0.94 0.28
Hex 4 7A 8C 61 D 0 2D BC 5E 1C
Octal 4 172 214 141 15 0 55 274 136 34
Binary 100 1111010 10001100 1100001 1101 0 101101 10111100 1011110 11100

Color Harmonies of #047A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047A8C

Black with #047A8C

Text Example


Text Example

White with #047A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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