#059096

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

Shades of Dark Cyan #059096

Tints of Dark Cyan #059096

Color information

#059096 (or 0x059096) is unknown color: approx Dark Cyan. HEX triplet: 05, 90 and 96. RGB value is (5,144,150). Sum of RGB (Red+Green+Blue) = 5+144+150=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 150 (58.98% from 255 or 50.17% from 299); Max value from RGB is 150 - color contains mainly: blue. Hex color #059096 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059096 is #FA6F69. Grayscale: #666666. Windows color (decimal): -16412522 or 9867269. OLE color: 9867269.

HSL color Cylindrical-coordinate representation of color #059096: hue angle of 182.48º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059096 is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5144150-
CMYK0.970.0400.41
HSL182.48º93.55%30.39%-
HSV(B)182.48º96.67%58.82%-
XYZ15.5422.1832.32-
YUV103.12154.4558.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.67%
GREEN value IS 144 (56.64% from 255) = 48.16%
BLUE value IS 150 (58.98% from 255) = 50.17%
R=1.67%
G=48.16%
B=50.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51441500.970.0400.41182.4893.5530.39
Hex59096614029b65e1e
Octal5220226141405126613636
Binary10110010000100101101100001100010100110110110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059096; }

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

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

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

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

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

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

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

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