#058288

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

Shades of Teal #058288

Tints of Teal #058288

Color information

#058288 (or 0x058288) is unknown color: approx Teal. HEX triplet: 05, 82 and 88. RGB value is (5,130,136). Sum of RGB (Red+Green+Blue) = 5+130+136=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #058288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058288 is #FA7D77. Grayscale: #5D5D5D. Windows color (decimal): -16416120 or 8946181. OLE color: 8946181.

HSL color Cylindrical-coordinate representation of color #058288: hue angle of 182.75º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058288 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5130136-
CMYK0.960.0400.47
HSL182.75º92.91%27.65%-
HSV(B)182.75º96.32%53.33%-
XYZ12.4917.7826.07-
YUV93.31152.0965.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.85%
GREEN value IS 130 (51.17% from 255) = 47.97%
BLUE value IS 136 (53.52% from 255) = 50.18%
R=1.85%
G=47.97%
B=50.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51301360.960.0400.47182.7592.9127.65
Hex5828860402Fb75d1c
Octal5202210140405726713534
Binary10110000010100010001100000100010111110110111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058288; }

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

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

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

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

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

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

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

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