Html Css Color HEX #057680 Teal

📋 copy color: '#057680'

red 5 ◦ green 118 ◦ blue 128

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

Shades of Teal #057680

Tints of Teal #057680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 51%

R = 1.99%
G = 47.01%
B = 51%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#057680 (or 0x057680) is known color: Teal. HEX triplet: 05, 76 and 80. RGB value is (5,118,128). Sum of RGB (Red+Green+Blue) = 5+118+128=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #057680 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057680 is #FA897F. Grayscale: #555555. Windows color (decimal): -16419200 or 8418821. OLE color: 8418821.

HSL color Cylindrical-coordinate representation of color #057680: hue angle of 184.88º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057680 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 118 128 -
CMYK 0.96 0.08 0 0.50
HSL 184.88º 0.92% 0.26% -
HSV(B) 184.88º 0.96% 0.5% -
XYZ 10.44 14.55 22.68 -
YUV 85.35 152.06 70.69 -
System Red Green Blue C M Y K H S L
Decimal 5 118 128 0.96 0.08 0 0.50 184.88 0.92 0.26
Hex 5 76 80 60 8 0 32 B9 5C 1A
Octal 5 166 200 140 10 0 62 271 134 32
Binary 101 1110110 10000000 1100000 1000 0 110010 10111001 1011100 11010

Color Harmonies of #057680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057680

Black with #057680

Text Example


Text Example

White with #057680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057680; }

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

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

background-color css

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

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

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

border-color css

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

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

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