Html Css Color HEX #057980 Teal

📋 copy color: '#057980'

red 5 ◦ green 121 ◦ blue 128

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

Shades of Teal #057980

Tints of Teal #057980

RGB

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

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

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

R = 1.97%
G = 47.64%
B = 50.39%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#057980 (or 0x057980) is known color: Teal. HEX triplet: 05, 79 and 80. RGB value is (5,121,128). Sum of RGB (Red+Green+Blue) = 5+121+128=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 121 (47.66% from 255 or 47.64% from 254); Blue value is 128 (50.39% from 255 or 50.39% from 254); Max value from RGB is 128 - color contains mainly: blue. Hex color #057980 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057980 is #FA867F. Grayscale: #565656. Windows color (decimal): -16418432 or 8419589. OLE color: 8419589.

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

Color convert

RGB 5 121 128 -
CMYK 0.96 0.05 0 0.50
HSL 183.41º 0.92% 0.26% -
HSV(B) 183.41º 0.96% 0.5% -
XYZ 10.8 15.27 22.8 -
YUV 87.11 151.07 69.43 -
System Red Green Blue C M Y K H S L
Decimal 5 121 128 0.96 0.05 0 0.50 183.41 0.92 0.26
Hex 5 79 80 60 5 0 32 B7 5C 1A
Octal 5 171 200 140 5 0 62 267 134 32
Binary 101 1111001 10000000 1100000 101 0 110010 10110111 1011100 11010

Color Harmonies of #057980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057980

Black with #057980

Text Example


Text Example

White with #057980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057980; }

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

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

background-color css

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

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

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

border-color css

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

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

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