Html Css Color HEX #058180 Teal

📋 copy color: '#058180'

red 5 ◦ green 129 ◦ blue 128

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

Shades of Teal #058180

Tints of Teal #058180

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.24%

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

R = 1.91%
G = 49.24%
B = 48.85%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#058180 (or 0x058180) is known color: Teal. HEX triplet: 05, 81 and 80. RGB value is (5,129,128). Sum of RGB (Red+Green+Blue) = 5+129+128=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 129 - color contains mainly: green. Hex color #058180 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058180 is #FA7E7F. Grayscale: #5B5B5B. Windows color (decimal): -16416384 or 8421637. OLE color: 8421637.

HSL color Cylindrical-coordinate representation of color #058180: hue angle of 179.52º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058180 is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 129 128 -
CMYK 0.96 0 0.01 0.49
HSL 179.52º 0.93% 0.26% -
HSV(B) 179.52º 0.96% 0.51% -
XYZ 11.81 17.29 23.14 -
YUV 91.81 148.42 66.08 -
System Red Green Blue C M Y K H S L
Decimal 5 129 128 0.96 0 0.01 0.49 179.52 0.93 0.26
Hex 5 81 80 60 0 1 31 B4 5D 1A
Octal 5 201 200 140 0 1 61 264 135 32
Binary 101 10000001 10000000 1100000 0 1 110001 10110100 1011101 11010

Color Harmonies of #058180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058180

Black with #058180

Text Example


Text Example

White with #058180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058180; }

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

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

background-color css

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

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

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

border-color css

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

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

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