#059094

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

Shades of Dark Cyan #059094

Tints of Dark Cyan #059094

Color information

#059094 (or 0x059094) is unknown color: approx Dark Cyan. HEX triplet: 05, 90 and 94. RGB value is (5,144,148). Sum of RGB (Red+Green+Blue) = 5+144+148=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #059094 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059094 is #FA6F6B. Grayscale: #666666. Windows color (decimal): -16412524 or 9736197. OLE color: 9736197.

HSL color Cylindrical-coordinate representation of color #059094: hue angle of 181.68º 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 #059094 is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5144148-
CMYK0.970.0300.42
HSL181.68º93.46%30%-
HSV(B)181.68º96.62%58.04%-
XYZ15.3822.1231.48-
YUV102.9153.4558.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.68%
GREEN value IS 144 (56.64% from 255) = 48.48%
BLUE value IS 148 (58.20% from 255) = 49.83%
R=1.68%
G=48.48%
B=49.83%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51441480.970.0300.42181.6893.4630
Hex5909461302Ab65d1e
Octal5220224141305226613536
Binary1011001000010010100110000111010101010110110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059094; }

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

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

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

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

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

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

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

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