#059488

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

Shades of Dark Cyan #059488

Tints of Dark Cyan #059488

Color information

#059488 (or 0x059488) is unknown color: approx Dark Cyan. HEX triplet: 05, 94 and 88. RGB value is (5,148,136). Sum of RGB (Red+Green+Blue) = 5+148+136=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #059488 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059488 is #FA6B77. Grayscale: #676767. Windows color (decimal): -16411512 or 8950789. OLE color: 8950789.

HSL color Cylindrical-coordinate representation of color #059488: hue angle of 174.97º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059488 is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB5148136-
CMYK0.9700.080.42
HSL174.97º93.46%30%-
HSV(B)174.97º96.62%58.04%-
XYZ15.122.9926.93-
YUV103.88146.1257.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.73%
GREEN value IS 148 (58.20% from 255) = 51.21%
BLUE value IS 136 (53.52% from 255) = 47.06%
R=1.73%
G=51.21%
B=47.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51481360.9700.080.42174.9793.4630
Hex5948861082Aaf5d1e
Octal52242101410105225713536
Binary101100101001000100011000010100010101010101111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059488; }

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

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

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

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

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

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

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

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