Html Css Color HEX #057786 Teal

📋 copy color: '#057786'

red 5 ◦ green 119 ◦ blue 134

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

Shades of Teal #057786

Tints of Teal #057786

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.12%

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

R = 1.94%
G = 46.12%
B = 51.94%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#057786 (or 0x057786) is known color: Teal. HEX triplet: 05, 77 and 86. RGB value is (5,119,134). Sum of RGB (Red+Green+Blue) = 5+119+134=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 134 (52.73% from 255 or 51.94% from 258); Max value from RGB is 134 - color contains mainly: blue. Hex color #057786 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057786 is #FA8879. Grayscale: #565656. Windows color (decimal): -16418938 or 8812293. OLE color: 8812293.

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

Color convert

RGB 5 119 134 -
CMYK 0.96 0.11 0 0.47
HSL 186.98º 0.93% 0.27% -
HSV(B) 186.98º 0.96% 0.53% -
XYZ 10.96 14.95 24.86 -
YUV 86.62 154.73 69.78 -
System Red Green Blue C M Y K H S L
Decimal 5 119 134 0.96 0.11 0 0.47 186.98 0.93 0.27
Hex 5 77 86 60 B 0 2F BB 5D 1B
Octal 5 167 206 140 13 0 57 273 135 33
Binary 101 1110111 10000110 1100000 1011 0 101111 10111011 1011101 11011

Color Harmonies of #057786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057786

Black with #057786

Text Example


Text Example

White with #057786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057786; }

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

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

background-color css

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

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

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

border-color css

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

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

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