Html Css Color HEX #059495 Dark Cyan

📋 copy color: '#059495'

red 5 ◦ green 148 ◦ blue 149

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

Shades of Dark Cyan #059495

Tints of Dark Cyan #059495

RGB

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

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

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

R = 1.66%
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.42

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #059495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059495

Black with #059495

Text Example


Text Example

White with #059495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059495; }

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

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

background-color css

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

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

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

border-color css

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

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

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