Html Css Color HEX #057180 Teal

📋 copy color: '#057180'

red 5 ◦ green 113 ◦ blue 128

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

Shades of Teal #057180

Tints of Teal #057180

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.93%

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

R = 2.03%
G = 45.93%
B = 52.03%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#057180 (or 0x057180) is known color: Teal. HEX triplet: 05, 71 and 80. RGB value is (5,113,128). Sum of RGB (Red+Green+Blue) = 5+113+128=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #057180 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057180 is #FA8E7F. Grayscale: #525252. Windows color (decimal): -16420480 or 8417541. OLE color: 8417541.

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

Color convert

RGB 5 113 128 -
CMYK 0.96 0.12 0 0.50
HSL 187.32º 0.92% 0.26% -
HSV(B) 187.32º 0.96% 0.5% -
XYZ 9.86 13.4 22.49 -
YUV 82.42 153.72 72.78 -
System Red Green Blue C M Y K H S L
Decimal 5 113 128 0.96 0.12 0 0.50 187.32 0.92 0.26
Hex 5 71 80 60 C 0 32 BB 5C 1A
Octal 5 161 200 140 14 0 62 273 134 32
Binary 101 1110001 10000000 1100000 1100 0 110010 10111011 1011100 11010

Color Harmonies of #057180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057180

Black with #057180

Text Example


Text Example

White with #057180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057180; }

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

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

background-color css

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

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

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

border-color css

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

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

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