#058285

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

Shades of Teal #058285

Tints of Teal #058285

Color information

#058285 (or 0x058285) is unknown color: approx Teal. HEX triplet: 05, 82 and 85. RGB value is (5,130,133). Sum of RGB (Red+Green+Blue) = 5+130+133=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #058285 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058285 is #FA7D7A. Grayscale: #5C5C5C. Windows color (decimal): -16416123 or 8749573. OLE color: 8749573.

HSL color Cylindrical-coordinate representation of color #058285: hue angle of 181.41º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058285 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5130133-
CMYK0.960.0200.48
HSL181.41º92.75%27.06%-
HSV(B)181.41º96.24%52.16%-
XYZ12.2817.6924.96-
YUV92.97150.5965.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.87%
GREEN value IS 130 (51.17% from 255) = 48.51%
BLUE value IS 133 (52.34% from 255) = 49.63%
R=1.87%
G=48.51%
B=49.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51301330.960.0200.48181.4192.7527.06
Hex58285602030b55d1b
Octal5202205140206026513533
Binary1011000001010000101110000010011000010110101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058285; }

 p { color: rgb(5,130,133); }

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

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

 a { background-color: rgb(5,130,133); }

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

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

 span { border-color: rgb(5,130,133); }

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