Html Css Color HEX #057986 Teal

📋 copy color: '#057986'

red 5 ◦ green 121 ◦ blue 134

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

Shades of Teal #057986

Tints of Teal #057986

RGB

 RED value IS 5 (2.34% from 255) = 1.92%

 GREEN value IS 121 (47.66% from 255) = 46.54%

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

R = 1.92%
G = 46.54%
B = 51.54%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#057986 (or 0x057986) is known color: Teal. HEX triplet: 05, 79 and 86. RGB value is (5,121,134). Sum of RGB (Red+Green+Blue) = 5+121+134=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 121 (47.66% from 255 or 46.54% from 260); Blue value is 134 (52.73% from 255 or 51.54% from 260); Max value from RGB is 134 - color contains mainly: blue. Hex color #057986 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057986 is #FA8679. Grayscale: #575757. Windows color (decimal): -16418426 or 8812805. OLE color: 8812805.

HSL color Cylindrical-coordinate representation of color #057986: hue angle of 186.05º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057986 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 121 134 -
CMYK 0.96 0.10 0 0.47
HSL 186.05º 0.93% 0.27% -
HSV(B) 186.05º 0.96% 0.53% -
XYZ 11.2 15.43 24.94 -
YUV 87.8 154.07 68.94 -
System Red Green Blue C M Y K H S L
Decimal 5 121 134 0.96 0.10 0 0.47 186.05 0.93 0.27
Hex 5 79 86 60 A 0 2F BA 5D 1B
Octal 5 171 206 140 12 0 57 272 135 33
Binary 101 1111001 10000110 1100000 1010 0 101111 10111010 1011101 11011

Color Harmonies of #057986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057986

Black with #057986

Text Example


Text Example

White with #057986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057986; }

 p { color: rgb(5,121,134); }

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

background-color css

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

 a { background-color: rgb(5,121,134); }

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

border-color css

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

 span { border-color: rgb(5,121,134); }

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