Html Css Color HEX #057686 Teal

📋 copy color: '#057686'

red 5 ◦ green 118 ◦ blue 134

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

Shades of Teal #057686

Tints of Teal #057686

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.91%

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

R = 1.95%
G = 45.91%
B = 52.14%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#057686 (or 0x057686) is known color: Teal. HEX triplet: 05, 76 and 86. RGB value is (5,118,134). Sum of RGB (Red+Green+Blue) = 5+118+134=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #057686 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057686 is #FA8979. Grayscale: #555555. Windows color (decimal): -16419194 or 8812037. OLE color: 8812037.

HSL color Cylindrical-coordinate representation of color #057686: hue angle of 187.44º 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 #057686 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 118 134 -
CMYK 0.96 0.12 0 0.47
HSL 187.44º 0.93% 0.27% -
HSV(B) 187.44º 0.96% 0.53% -
XYZ 10.84 14.71 24.82 -
YUV 86.04 155.06 70.2 -
System Red Green Blue C M Y K H S L
Decimal 5 118 134 0.96 0.12 0 0.47 187.44 0.93 0.27
Hex 5 76 86 60 C 0 2F BB 5D 1B
Octal 5 166 206 140 14 0 57 273 135 33
Binary 101 1110110 10000110 1100000 1100 0 101111 10111011 1011101 11011

Color Harmonies of #057686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057686

Black with #057686

Text Example


Text Example

White with #057686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057686; }

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

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

background-color css

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

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

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

border-color css

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

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

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