#058081

Color #058081 Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #058081

Tints of Teal #058081

Color information

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

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

Color convert

RGB5128129-
CMYK0.960.0100.49
HSL180.48º92.54%26.27%-
HSV(B)180.48º96.12%50.59%-
XYZ11.7417.0623.44-
YUV91.34149.2566.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.91%
GREEN value IS 128 (50.39% from 255) = 48.85%
BLUE value IS 129 (50.78% from 255) = 49.24%
R=1.91%
G=48.85%
B=49.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51281290.960.0100.49180.4892.5426.27
Hex58081601031b45d1a
Octal5200201140106126413532
Binary101100000001000000111000001011000110110100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058081; }

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

 H1.HeaderClassName
 {
   color: #058081;
 }
 .AnyTagClassName
 {
   color: #058081;
 }
</style>
background-color css

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

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

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

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

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

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