Html Css Color HEX #059596 Dark Cyan

📋 copy color: '#059596'

red 5 ◦ green 149 ◦ blue 150

#059596
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #059596

Tints of Dark Cyan #059596

RGB

 RED value IS 5 (2.34% from 255) = 1.64%

 GREEN value IS 149 (58.59% from 255) = 49.01%

 BLUE value IS 150 (58.98% from 255) = 49.34%

R = 1.64%
G = 49.01%
B = 49.34%

CMYK

 C value IS 0.97

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#059596 (or 0x059596) is known color: Dark Cyan. HEX triplet: 05, 95 and 96. RGB value is (5,149,150). Sum of RGB (Red+Green+Blue) = 5+149+150=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #059596 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059596 is #FA6A69. Grayscale: #696969. Windows color (decimal): -16411242 or 9868549. OLE color: 9868549.

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

Color convert

RGB 5 149 150 -
CMYK 0.97 0.01 0 0.41
HSL 180.41º 0.94% 0.3% -
HSV(B) 180.41º 0.97% 0.59% -
XYZ 16.32 23.73 32.57 -
YUV 106.06 152.79 55.92 -
System Red Green Blue C M Y K H S L
Decimal 5 149 150 0.97 0.01 0 0.41 180.41 0.94 0.3
Hex 5 95 96 61 1 0 29 B4 5E 1E
Octal 5 225 226 141 1 0 51 264 136 36
Binary 101 10010101 10010110 1100001 1 0 101001 10110100 1011110 11110

Color Harmonies of #059596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059596

Black with #059596

Text Example


Text Example

White with #059596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059596; }

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

 H1.HeaderClassName
 {
   color: #059596;
 }
 .AnyTagClassName
 {
   color: #059596;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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