#019291

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

Shades of Dark Cyan #019291

Tints of Dark Cyan #019291

Color information

#019291 (or 0x019291) is unknown color: approx Dark Cyan. HEX triplet: 01, 92 and 91. RGB value is (1,146,145). Sum of RGB (Red+Green+Blue) = 1+146+145=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 146 (57.42% from 255 or 50% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 146 - color contains mainly: green. Hex color #019291 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019291 is #FE6D6E. Grayscale: #666666. Windows color (decimal): -16674159 or 9540097. OLE color: 9540097.

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

Color convert

RGB1146145-
CMYK0.9900.010.43
HSL179.59º98.64%28.82%-
HSV(B)179.59º99.32%57.25%-
XYZ15.422.6130.34-
YUV102.53151.9655.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 146 (57.42% from 255) = 50%
BLUE value IS 145 (57.03% from 255) = 49.66%
R=0.34%
G=50%
B=49.66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11461450.9900.010.43179.5998.6428.82
Hex1929163012Bb4631d
Octal1222221143015326414335
Binary1100100101001000111000110110101110110100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019291; }

 p { color: rgb(1,146,145); }

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

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

 a { background-color: rgb(1,146,145); }

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

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

 span { border-color: rgb(1,146,145); }

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