#059095

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

Shades of Dark Cyan #059095

Tints of Dark Cyan #059095

Color information

#059095 (or 0x059095) is unknown color: approx Dark Cyan. HEX triplet: 05, 90 and 95. RGB value is (5,144,149). Sum of RGB (Red+Green+Blue) = 5+144+149=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #059095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059095 is #FA6F6A. Grayscale: #666666. Windows color (decimal): -16412523 or 9801733. OLE color: 9801733.

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

Color convert

RGB5144149-
CMYK0.970.0300.42
HSL182.08º93.51%30.2%-
HSV(B)182.08º96.64%58.43%-
XYZ15.4622.1531.89-
YUV103.01153.9558.09-

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.32%
BLUE value IS 149 (58.59% from 255) = 50%
R=1.68%
G=48.32%
B=50%

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
Decimal51441490.970.0300.42182.0893.5130.2
Hex5909561302Ab65e1e
Octal5220225141305226613636
Binary1011001000010010101110000111010101010110110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059095; }

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

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

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

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

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

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

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

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