Html Css Color HEX #059594 Dark Cyan

📋 copy color: '#059594'

red 5 ◦ green 149 ◦ blue 148

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

Shades of Dark Cyan #059594

Tints of Dark Cyan #059594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.01%

R = 1.66%
G = 49.34%
B = 49.01%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#059594 (or 0x059594) is known color: Dark Cyan. HEX triplet: 05, 95 and 94. RGB value is (5,149,148). Sum of RGB (Red+Green+Blue) = 5+149+148=302 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #059594 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059594 is #FA6A6B. Grayscale: #696969. Windows color (decimal): -16411244 or 9737477. OLE color: 9737477.

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

Color convert

RGB 5 149 148 -
CMYK 0.97 0 0.01 0.42
HSL 179.58º 0.94% 0.3% -
HSV(B) 179.58º 0.97% 0.58% -
XYZ 16.16 23.67 31.73 -
YUV 105.83 151.79 56.08 -
System Red Green Blue C M Y K H S L
Decimal 5 149 148 0.97 0 0.01 0.42 179.58 0.94 0.3
Hex 5 95 94 61 0 1 2A B4 5E 1E
Octal 5 225 224 141 0 1 52 264 136 36
Binary 101 10010101 10010100 1100001 0 1 101010 10110100 1011110 11110

Color Harmonies of #059594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059594

Black with #059594

Text Example


Text Example

White with #059594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059594; }

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

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

background-color css

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

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

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

border-color css

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

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

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