#059395

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

Shades of Dark Cyan #059395

Tints of Dark Cyan #059395

Color information

#059395 (or 0x059395) is unknown color: approx Dark Cyan. HEX triplet: 05, 93 and 95. RGB value is (5,147,149). Sum of RGB (Red+Green+Blue) = 5+147+149=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #059395 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059395 is #FA6C6A. Grayscale: #686868. Windows color (decimal): -16411755 or 9802501. OLE color: 9802501.

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

Color convert

RGB5147149-
CMYK0.970.0100.42
HSL180.83º93.51%30.2%-
HSV(B)180.83º96.64%58.43%-
XYZ15.9223.0732.05-
YUV104.77152.9656.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.66%
GREEN value IS 147 (57.81% from 255) = 48.84%
BLUE value IS 149 (58.59% from 255) = 49.50%
R=1.66%
G=48.84%
B=49.50%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51471490.970.0100.42180.8393.5130.2
Hex5939561102Ab55e1e
Octal5223225141105226513636
Binary101100100111001010111000011010101010110101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059395; }

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

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

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

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

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

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

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

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