#019292

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

Shades of Dark Cyan #019292

Tints of Dark Cyan #019292

Color information

#019292 (or 0x019292) is unknown color: approx Dark Cyan. HEX triplet: 01, 92 and 92. RGB value is (1,146,146). Sum of RGB (Red+Green+Blue) = 1+146+146=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #019292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019292 is #FE6D6D. Grayscale: #666666. Windows color (decimal): -16674158 or 9605633. OLE color: 9605633.

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

Color convert

RGB1146146-
CMYK0.99000.43
HSL180º98.64%28.82%-
HSV(B)180º99.32%57.25%-
XYZ15.4822.6430.75-
YUV102.65152.4655.5-

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) = 49.83%
BLUE value IS 146 (57.42% from 255) = 49.83%
R=0.34%
G=49.83%
B=49.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11461460.99000.4318098.6428.82
Hex1929263002Bb4631d
Octal1222222143005326414335
Binary1100100101001001011000110010101110110100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019292; }

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

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

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

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

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

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

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

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