#058E8A

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

Shades of Dark Cyan #058E8A

Tints of Dark Cyan #058E8A

Color information

#058E8A (or 0x058E8A) is unknown color: approx Dark Cyan. HEX triplet: 05, 8E and 8A. RGB value is (5,142,138). Sum of RGB (Red+Green+Blue) = 5+142+138=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 142 (55.86% from 255 or 49.82% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 142 - color contains mainly: green. Hex color #058E8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058E8A is #FA7175. Grayscale: #646464. Windows color (decimal): -16413046 or 9080325. OLE color: 9080325.

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

Color convert

RGB5142138-
CMYK0.9600.030.44
HSL178.25º93.2%28.82%-
HSV(B)178.25º96.48%55.69%-
XYZ14.3221.2127.38-
YUV100.58149.1159.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.75%
GREEN value IS 142 (55.86% from 255) = 49.82%
BLUE value IS 138 (54.30% from 255) = 48.42%
R=1.75%
G=49.82%
B=48.42%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51421380.9600.030.44178.2593.228.82
Hex58E8A60032Cb25d1d
Octal5216212140035426213535
Binary1011000111010001010110000001110110010110010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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