Html Css Color HEX #059492 Dark Cyan

📋 copy color: '#059492'

red 5 ◦ green 148 ◦ blue 146

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

Shades of Dark Cyan #059492

Tints of Dark Cyan #059492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.83%

R = 1.67%
G = 49.5%
B = 48.83%

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

#059492 (or 0x059492) is known color: Dark Cyan. HEX triplet: 05, 94 and 92. RGB value is (5,148,146). Sum of RGB (Red+Green+Blue) = 5+148+146=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #059492 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059492 is #FA6B6D. Grayscale: #686868. Windows color (decimal): -16411502 or 9606149. OLE color: 9606149.

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

Color convert

RGB 5 148 146 -
CMYK 0.97 0 0.01 0.42
HSL 179.16º 0.93% 0.3% -
HSV(B) 179.16º 0.97% 0.58% -
XYZ 15.84 23.29 30.85 -
YUV 105.02 151.12 56.66 -
System Red Green Blue C M Y K H S L
Decimal 5 148 146 0.97 0 0.01 0.42 179.16 0.93 0.3
Hex 5 94 92 61 0 1 2A B3 5D 1E
Octal 5 224 222 141 0 1 52 263 135 36
Binary 101 10010100 10010010 1100001 0 1 101010 10110011 1011101 11110

Color Harmonies of #059492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059492

Black with #059492

Text Example


Text Example

White with #059492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059492; }

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

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

background-color css

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

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

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

border-color css

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

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

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