#019792

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

Shades of Dark Cyan #019792

Tints of Dark Cyan #019792

Color information

#019792 (or 0x019792) is unknown color: approx Dark Cyan. HEX triplet: 01, 97 and 92. RGB value is (1,151,146). Sum of RGB (Red+Green+Blue) = 1+151+146=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 151 (59.38% from 255 or 50.67% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 151 - color contains mainly: green. Hex color #019792 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019792 is #FE686D. Grayscale: #696969. Windows color (decimal): -16672878 or 9606913. OLE color: 9606913.

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

Color convert

RGB1151146-
CMYK0.9900.030.41
HSL178º98.68%29.8%-
HSV(B)178º99.34%59.22%-
XYZ16.2724.2131.01-
YUV105.58150.853.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 151 (59.38% from 255) = 50.67%
BLUE value IS 146 (57.42% from 255) = 48.99%
R=0.34%
G=50.67%
B=48.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11511460.9900.030.4117898.6829.8
Hex19792630329b2631e
Octal1227222143035126214336
Binary11001011110010010110001101110100110110010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019792; }

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

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

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

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

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

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

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

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