#019786

Color #019786 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #019786

Tints of Dark Cyan #019786

Color information

#019786 (or 0x019786) is unknown color: approx Dark Cyan. HEX triplet: 01, 97 and 86. RGB value is (1,151,134). Sum of RGB (Red+Green+Blue) = 1+151+134=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 151 (59.38% from 255 or 52.80% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 151 - color contains mainly: green. Hex color #019786 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019786 is #FE6879. Grayscale: #686868. Windows color (decimal): -16672890 or 8820481. OLE color: 8820481.

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

Color convert

RGB1151134-
CMYK0.9900.110.41
HSL173.2º98.68%29.8%-
HSV(B)173.2º99.34%59.22%-
XYZ15.3823.8626.35-
YUV104.21144.854.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 151 (59.38% from 255) = 52.80%
BLUE value IS 134 (52.73% from 255) = 46.85%
R=0.35%
G=52.80%
B=46.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11511340.9900.110.41173.298.6829.8
Hex19786630B29ad631e
Octal12272061430135125514336
Binary1100101111000011011000110101110100110101101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019786; }

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

 H1.HeaderClassName
 {
   color: #019786;
 }
 .AnyTagClassName
 {
   color: #019786;
 }
</style>
background-color css

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

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

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

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

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

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