Html Css Color HEX #059290 Dark Cyan

📋 copy color: '#059290'

red 5 ◦ green 146 ◦ blue 144

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

Shades of Dark Cyan #059290

Tints of Dark Cyan #059290

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.49%

 BLUE value IS 144 (56.64% from 255) = 48.81%

R = 1.69%
G = 49.49%
B = 48.81%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#059290 (or 0x059290) is known color: Dark Cyan. HEX triplet: 05, 92 and 90. RGB value is (5,146,144). Sum of RGB (Red+Green+Blue) = 5+146+144=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #059290 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059290 is #FA6D6F. Grayscale: #676767. Windows color (decimal): -16412016 or 9474565. OLE color: 9474565.

HSL color Cylindrical-coordinate representation of color #059290: hue angle of 179.15º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059290 is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 146 144 -
CMYK 0.97 0 0.01 0.43
HSL 179.15º 0.93% 0.3% -
HSV(B) 179.15º 0.97% 0.57% -
XYZ 15.38 22.6 29.94 -
YUV 103.61 150.79 57.66 -
System Red Green Blue C M Y K H S L
Decimal 5 146 144 0.97 0 0.01 0.43 179.15 0.93 0.3
Hex 5 92 90 61 0 1 2B B3 5D 1E
Octal 5 222 220 141 0 1 53 263 135 36
Binary 101 10010010 10010000 1100001 0 1 101011 10110011 1011101 11110

Color Harmonies of #059290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059290

Black with #059290

Text Example


Text Example

White with #059290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059290; }

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

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

background-color css

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

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

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

border-color css

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

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

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