#058D7F

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

Shades of Dark Cyan #058D7F

Tints of Dark Cyan #058D7F

Color information

#058D7F (or 0x058D7F) is unknown color: approx Dark Cyan. HEX triplet: 05, 8D and 7F. RGB value is (5,141,127). Sum of RGB (Red+Green+Blue) = 5+141+127=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #058D7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058D7F is #FA7280. Grayscale: #626262. Windows color (decimal): -16413313 or 8359173. OLE color: 8359173.

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

Color convert

RGB5141127-
CMYK0.9600.100.45
HSL173.82º93.15%28.63%-
HSV(B)173.82º96.45%55.29%-
XYZ13.4220.6123.35-
YUV98.74143.9461.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.83%
GREEN value IS 141 (55.47% from 255) = 51.65%
BLUE value IS 127 (50% from 255) = 46.52%
R=1.83%
G=51.65%
B=46.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51411270.9600.100.45173.8293.1528.63
Hex58D7F600A2Dae5d1d
Octal52151771400125525613535
Binary10110001101111111111000000101010110110101110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,141,127); }

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

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

 a { background-color: rgb(5,141,127); }

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

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

 span { border-color: rgb(5,141,127); }

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