#058A81

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

Shades of Dark Cyan #058A81

Tints of Dark Cyan #058A81

Color information

#058A81 (or 0x058A81) is unknown color: approx Dark Cyan. HEX triplet: 05, 8A and 81. RGB value is (5,138,129). Sum of RGB (Red+Green+Blue) = 5+138+129=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 138 (54.30% from 255 or 50.74% from 272); Blue value is 129 (50.78% from 255 or 47.43% from 272); Max value from RGB is 138 - color contains mainly: green. Hex color #058A81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058A81 is #FA757E. Grayscale: #616161. Windows color (decimal): -16414079 or 8489477. OLE color: 8489477.

HSL color Cylindrical-coordinate representation of color #058A81: hue angle of 175.94º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058A81 is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB5138129-
CMYK0.9600.070.46
HSL175.94º93.01%28.04%-
HSV(B)175.94º96.38%54.12%-
XYZ13.1119.7923.9-
YUV97.21145.9462.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.84%
GREEN value IS 138 (54.30% from 255) = 50.74%
BLUE value IS 129 (50.78% from 255) = 47.43%
R=1.84%
G=50.74%
B=47.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51381290.9600.070.46175.9493.0128.04
Hex58A8160072Eb05d1c
Octal5212201140075626013534
Binary10110001010100000011100000011110111010110000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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