Html Css Color HEX #047185 Teal

📋 copy color: '#047185'

red 4 ◦ green 113 ◦ blue 133

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

Shades of Teal #047185

Tints of Teal #047185

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.2%

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

R = 1.6%
G = 45.2%
B = 53.2%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#047185 (or 0x047185) is known color: Teal. HEX triplet: 04, 71 and 85. RGB value is (4,113,133). Sum of RGB (Red+Green+Blue) = 4+113+133=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #047185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047185 is #FB8E7A. Grayscale: #525252. Windows color (decimal): -16486011 or 8745220. OLE color: 8745220.

HSL color Cylindrical-coordinate representation of color #047185: hue angle of 189.3º 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 #047185 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 113 133 -
CMYK 0.97 0.15 0 0.48
HSL 189.3º 0.94% 0.27% -
HSV(B) 189.3º 0.97% 0.52% -
XYZ 10.19 13.53 24.26 -
YUV 82.69 156.39 71.87 -
System Red Green Blue C M Y K H S L
Decimal 4 113 133 0.97 0.15 0 0.48 189.3 0.94 0.27
Hex 4 71 85 61 F 0 30 BD 5E 1B
Octal 4 161 205 141 17 0 60 275 136 33
Binary 100 1110001 10000101 1100001 1111 0 110000 10111101 1011110 11011

Color Harmonies of #047185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047185

Black with #047185

Text Example


Text Example

White with #047185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047185; }

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

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

background-color css

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

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

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

border-color css

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

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

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