#049587

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

Shades of Dark Cyan #049587

Tints of Dark Cyan #049587

Color information

#049587 (or 0x049587) is unknown color: approx Dark Cyan. HEX triplet: 04, 95 and 87. RGB value is (4,149,135). Sum of RGB (Red+Green+Blue) = 4+149+135=288 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 288); Green value is 149 (58.59% from 255 or 51.74% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 149 - color contains mainly: green. Hex color #049587 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049587 is #FB6A78. Grayscale: #676767. Windows color (decimal): -16476793 or 8885508. OLE color: 8885508.

HSL color Cylindrical-coordinate representation of color #049587: hue angle of 174.21º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049587 is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB4149135-
CMYK0.9700.090.42
HSL174.21º94.77%30%-
HSV(B)174.21º97.32%58.43%-
XYZ15.1723.2726.61-
YUV104.05145.4656.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.39%
GREEN value IS 149 (58.59% from 255) = 51.74%
BLUE value IS 135 (53.12% from 255) = 46.88%
R=1.39%
G=51.74%
B=46.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41491350.9700.090.42174.2194.7730
Hex4958761092Aae5f1e
Octal42252071410115225613736
Binary100100101011000011111000010100110101010101110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049587; }

 p { color: rgb(4,149,135); }

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

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

 a { background-color: rgb(4,149,135); }

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

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

 span { border-color: rgb(4,149,135); }

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