Html Css Color HEX #047A85 Teal

📋 copy color: '#047A85'

red 4 ◦ green 122 ◦ blue 133

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

Shades of Teal #047A85

Tints of Teal #047A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 51.35%

R = 1.54%
G = 47.1%
B = 51.35%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#047A85 (or 0x047A85) is known color: Teal. HEX triplet: 04, 7A and 85. RGB value is (4,122,133). Sum of RGB (Red+Green+Blue) = 4+122+133=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 122 (48.05% from 255 or 47.10% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #047A85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047A85 is #FB857A. Grayscale: #575757. Windows color (decimal): -16483707 or 8747524. OLE color: 8747524.

HSL color Cylindrical-coordinate representation of color #047A85: hue angle of 185.12º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047A85 is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 122 133 -
CMYK 0.97 0.08 0 0.48
HSL 185.12º 0.94% 0.27% -
HSV(B) 185.12º 0.97% 0.52% -
XYZ 11.24 15.64 24.62 -
YUV 87.97 153.41 68.11 -
System Red Green Blue C M Y K H S L
Decimal 4 122 133 0.97 0.08 0 0.48 185.12 0.94 0.27
Hex 4 7A 85 61 8 0 30 B9 5E 1B
Octal 4 172 205 141 10 0 60 271 136 33
Binary 100 1111010 10000101 1100001 1000 0 110000 10111001 1011110 11011

Color Harmonies of #047A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047A85

Black with #047A85

Text Example


Text Example

White with #047A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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