Html Css Color HEX #046D86 Teal

📋 copy color: '#046D86'

red 4 ◦ green 109 ◦ blue 134

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

Shades of Teal #046D86

Tints of Teal #046D86

RGB

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

 GREEN value IS 109 (42.97% from 255) = 44.13%

 BLUE value IS 134 (52.73% from 255) = 54.25%

R = 1.62%
G = 44.13%
B = 54.25%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#046D86 (or 0x046D86) is known color: Teal. HEX triplet: 04, 6D and 86. RGB value is (4,109,134). Sum of RGB (Red+Green+Blue) = 4+109+134=247 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.62% from 247); Green value is 109 (42.97% from 255 or 44.13% from 247); Blue value is 134 (52.73% from 255 or 54.25% from 247); Max value from RGB is 134 - color contains mainly: blue. Hex color #046D86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046D86 is #FB9279. Grayscale: #505050. Windows color (decimal): -16487034 or 8809732. OLE color: 8809732.

HSL color Cylindrical-coordinate representation of color #046D86: hue angle of 191.54º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046D86 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 109 134 -
CMYK 0.97 0.19 0 0.47
HSL 191.54º 0.94% 0.27% -
HSV(B) 191.54º 0.97% 0.53% -
XYZ 9.82 12.68 24.48 -
YUV 80.46 158.21 73.47 -
System Red Green Blue C M Y K H S L
Decimal 4 109 134 0.97 0.19 0 0.47 191.54 0.94 0.27
Hex 4 6D 86 61 13 0 2F C0 5E 1B
Octal 4 155 206 141 23 0 57 300 136 33
Binary 100 1101101 10000110 1100001 10011 0 101111 11000000 1011110 11011

Color Harmonies of #046D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046D86

Black with #046D86

Text Example


Text Example

White with #046D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046D86; }

 p { color: rgb(4,109,134); }

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

background-color css

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

 a { background-color: rgb(4,109,134); }

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

border-color css

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

 span { border-color: rgb(4,109,134); }

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