#058f8e

Color #058F8E Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #058F8E

Tints of Dark Cyan #058F8E

Color information

#058F8E (or 0x058F8E) is unknown color: approx Dark Cyan. HEX triplet: 05, 8F and 8E. RGB value is (5,143,142). Sum of RGB (Red+Green+Blue) = 5+143+142=290 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 290); Green value is 143 (56.25% from 255 or 49.31% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 143 - color contains mainly: green. Hex color #058F8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058F8E is #FA7071. Grayscale: #656565. Windows color (decimal): -16412786 or 9342725. OLE color: 9342725.

HSL color Cylindrical-coordinate representation of color #058F8E: hue angle of 179.57º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058F8E is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB5143142-
CMYK0.9700.010.44
HSL179.57º93.24%29.02%-
HSV(B)179.57º96.5%56.08%-
XYZ14.7721.6328.99-
YUV101.62150.7859.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.72%
GREEN value IS 143 (56.25% from 255) = 49.31%
BLUE value IS 142 (55.86% from 255) = 48.97%
R=1.72%
G=49.31%
B=48.97%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51431420.9700.010.44179.5793.2429.02
Hex58F8E61012Cb45d1d
Octal5217216141015426413535
Binary101100011111000111011000010110110010110100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058f8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058f8e; }

 p { color: rgb(5,143,142); }

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

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

 a { background-color: rgb(5,143,142); }

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

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

 span { border-color: rgb(5,143,142); }

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