Html Css Color HEX #019586 Dark Cyan

📋 copy color: '#019586'

red 1 ◦ green 149 ◦ blue 134

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

Shades of Dark Cyan #019586

Tints of Dark Cyan #019586

RGB

 RED value IS 1 (0.78% from 255) = 0.35%

 GREEN value IS 149 (58.59% from 255) = 52.46%

 BLUE value IS 134 (52.73% from 255) = 47.18%

R = 0.35%
G = 52.46%
B = 47.18%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#019586 (or 0x019586) is known color: Dark Cyan. HEX triplet: 01, 95 and 86. RGB value is (1,149,134). Sum of RGB (Red+Green+Blue) = 1+149+134=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 149 (58.59% from 255 or 52.46% from 284); Blue value is 134 (52.73% from 255 or 47.18% from 284); Max value from RGB is 149 - color contains mainly: green. Hex color #019586 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019586 is #FE6A79. Grayscale: #666666. Windows color (decimal): -16673402 or 8819969. OLE color: 8819969.

HSL color Cylindrical-coordinate representation of color #019586: hue angle of 173.92º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019586 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 149 134 -
CMYK 0.99 0 0.10 0.42
HSL 173.92º 0.99% 0.29% -
HSV(B) 173.92º 0.99% 0.58% -
XYZ 15.06 23.22 26.24 -
YUV 103.04 145.47 55.22 -
System Red Green Blue C M Y K H S L
Decimal 1 149 134 0.99 0 0.10 0.42 173.92 0.99 0.29
Hex 1 95 86 63 0 A 2A AE 63 1D
Octal 1 225 206 143 0 12 52 256 143 35
Binary 1 10010101 10000110 1100011 0 1010 101010 10101110 1100011 11101

Color Harmonies of #019586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019586

Black with #019586

Text Example


Text Example

White with #019586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019586; }

 p { color: rgb(1,149,134); }

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

background-color css

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

 a { background-color: rgb(1,149,134); }

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

border-color css

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

 span { border-color: rgb(1,149,134); }

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