Html Css Color HEX #019986 Dark Cyan

📋 copy color: '#019986'

red 1 ◦ green 153 ◦ blue 134

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

Shades of Dark Cyan #019986

Tints of Dark Cyan #019986

RGB

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

 GREEN value IS 153 (60.16% from 255) = 53.13%

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

R = 0.35%
G = 53.13%
B = 46.53%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#019986 (or 0x019986) is known color: Dark Cyan. HEX triplet: 01, 99 and 86. RGB value is (1,153,134). Sum of RGB (Red+Green+Blue) = 1+153+134=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 153 (60.16% from 255 or 53.12% from 288); Blue value is 134 (52.73% from 255 or 46.53% from 288); Max value from RGB is 153 - color contains mainly: green. Hex color #019986 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019986 is #FE6679. Grayscale: #696969. Windows color (decimal): -16672378 or 8820993. OLE color: 8820993.

HSL color Cylindrical-coordinate representation of color #019986: hue angle of 172.5º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019986 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 153 134 -
CMYK 0.99 0 0.12 0.4
HSL 172.5º 0.99% 0.3% -
HSV(B) 172.5º 0.99% 0.6% -
XYZ 15.71 24.51 26.46 -
YUV 105.39 144.14 53.54 -
System Red Green Blue C M Y K H S L
Decimal 1 153 134 0.99 0 0.12 0.4 172.5 0.99 0.3
Hex 1 99 86 63 0 C 28 AC 63 1E
Octal 1 231 206 143 0 14 50 254 143 36
Binary 1 10011001 10000110 1100011 0 1100 101000 10101100 1100011 11110

Color Harmonies of #019986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019986

Black with #019986

Text Example


Text Example

White with #019986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019986; }

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

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

background-color css

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

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

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

border-color css

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

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

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