#019584

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

Shades of Dark Cyan #019584

Tints of Dark Cyan #019584

Color information

#019584 (or 0x019584) is unknown color: approx Dark Cyan. HEX triplet: 01, 95 and 84. RGB value is (1,149,132). Sum of RGB (Red+Green+Blue) = 1+149+132=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #019584 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019584 is #FE6A7B. Grayscale: #666666. Windows color (decimal): -16673404 or 8688897. OLE color: 8688897.

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

Color convert

RGB1149132-
CMYK0.9900.110.42
HSL173.11º98.67%29.41%-
HSV(B)173.11º99.33%58.43%-
XYZ14.9223.1725.51-
YUV102.81144.4755.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 149 (58.59% from 255) = 52.84%
BLUE value IS 132 (51.95% from 255) = 46.81%
R=0.35%
G=52.84%
B=46.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11491320.9900.110.42173.1198.6729.41
Hex19584630B2Aad631d
Octal12252041430135225514335
Binary1100101011000010011000110101110101010101101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019584; }

 p { color: rgb(1,149,132); }

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

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

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

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

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

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

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