Html Css Color HEX #059493 Dark Cyan

📋 copy color: '#059493'

red 5 ◦ green 148 ◦ blue 147

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

Shades of Dark Cyan #059493

Tints of Dark Cyan #059493

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.33%

 BLUE value IS 147 (57.81% from 255) = 49%

R = 1.67%
G = 49.33%
B = 49%

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

#059493 (or 0x059493) is known color: Dark Cyan. HEX triplet: 05, 94 and 93. RGB value is (5,148,147). Sum of RGB (Red+Green+Blue) = 5+148+147=300 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #059493 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059493 is #FA6B6C. Grayscale: #686868. Windows color (decimal): -16411501 or 9671685. OLE color: 9671685.

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

Color convert

RGB 5 148 147 -
CMYK 0.97 0 0.01 0.42
HSL 179.58º 0.93% 0.3% -
HSV(B) 179.58º 0.97% 0.58% -
XYZ 15.92 23.32 31.27 -
YUV 105.13 151.62 56.58 -
System Red Green Blue C M Y K H S L
Decimal 5 148 147 0.97 0 0.01 0.42 179.58 0.93 0.3
Hex 5 94 93 61 0 1 2A B4 5D 1E
Octal 5 224 223 141 0 1 52 264 135 36
Binary 101 10010100 10010011 1100001 0 1 101010 10110100 1011101 11110

Color Harmonies of #059493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059493

Black with #059493

Text Example


Text Example

White with #059493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059493; }

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

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

background-color css

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

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

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

border-color css

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

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

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