Html Css Color HEX #059195 Dark Cyan

📋 copy color: '#059195'

red 5 ◦ green 145 ◦ blue 149

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

Shades of Dark Cyan #059195

Tints of Dark Cyan #059195

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.49%

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

R = 1.67%
G = 48.49%
B = 49.83%

CMYK

 C value IS 0.97

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#059195 (or 0x059195) is known color: Dark Cyan. HEX triplet: 05, 91 and 95. RGB value is (5,145,149). Sum of RGB (Red+Green+Blue) = 5+145+149=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 145 (57.03% from 255 or 48.49% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #059195 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059195 is #FA6E6A. Grayscale: #676767. Windows color (decimal): -16412267 or 9801989. OLE color: 9801989.

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

Color convert

RGB 5 145 149 -
CMYK 0.97 0.03 0 0.42
HSL 181.67º 0.94% 0.3% -
HSV(B) 181.67º 0.97% 0.58% -
XYZ 15.61 22.45 31.94 -
YUV 103.6 153.62 57.67 -
System Red Green Blue C M Y K H S L
Decimal 5 145 149 0.97 0.03 0 0.42 181.67 0.94 0.3
Hex 5 91 95 61 3 0 2A B6 5E 1E
Octal 5 221 225 141 3 0 52 266 136 36
Binary 101 10010001 10010101 1100001 11 0 101010 10110110 1011110 11110

Color Harmonies of #059195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059195

Black with #059195

Text Example


Text Example

White with #059195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059195; }

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

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

background-color css

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

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

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

border-color css

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

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

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