Html Css Color HEX #047A7F Teal

📋 copy color: '#047A7F'

red 4 ◦ green 122 ◦ blue 127

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

Shades of Teal #047A7F

Tints of Teal #047A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 50.2%

R = 1.58%
G = 48.22%
B = 50.2%

CMYK

 C value IS 0.97

 M value IS 0.04

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#047A7F (or 0x047A7F) is known color: Teal. HEX triplet: 04, 7A and 7F. RGB value is (4,122,127). Sum of RGB (Red+Green+Blue) = 4+122+127=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 122 (48.05% from 255 or 48.22% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #047A7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047A7F is #FB8580. Grayscale: #575757. Windows color (decimal): -16483713 or 8354308. OLE color: 8354308.

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

Color convert

RGB 4 122 127 -
CMYK 0.97 0.04 0 0.50
HSL 182.44º 0.94% 0.26% -
HSV(B) 182.44º 0.97% 0.5% -
XYZ 10.84 15.48 22.49 -
YUV 87.29 150.41 68.59 -
System Red Green Blue C M Y K H S L
Decimal 4 122 127 0.97 0.04 0 0.50 182.44 0.94 0.26
Hex 4 7A 7F 61 4 0 32 B6 5E 1A
Octal 4 172 177 141 4 0 62 266 136 32
Binary 100 1111010 1111111 1100001 100 0 110010 10110110 1011110 11010

Color Harmonies of #047A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047A7F

Black with #047A7F

Text Example


Text Example

White with #047A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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