#019397

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

Shades of Dark Cyan #019397

Tints of Dark Cyan #019397

Color information

#019397 (or 0x019397) is unknown color: approx Dark Cyan. HEX triplet: 01, 93 and 97. RGB value is (1,147,151). Sum of RGB (Red+Green+Blue) = 1+147+151=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #019397 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019397 is #FE6C68. Grayscale: #676767. Windows color (decimal): -16673897 or 9933569. OLE color: 9933569.

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

Color convert

RGB1147151-
CMYK0.990.0300.41
HSL181.6º98.68%29.8%-
HSV(B)181.6º99.34%59.22%-
XYZ16.0323.1132.89-
YUV103.8154.6354.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 147 (57.81% from 255) = 49.16%
BLUE value IS 151 (59.38% from 255) = 50.50%
R=0.33%
G=49.16%
B=50.50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11471510.990.0300.41181.698.6829.8
Hex19397633029b6631e
Octal1223227143305126614336
Binary11001001110010111110001111010100110110110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019397; }

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

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

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

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

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

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

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

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