#049184

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

Shades of Dark Cyan #049184

Tints of Dark Cyan #049184

Color information

#049184 (or 0x049184) is unknown color: approx Dark Cyan. HEX triplet: 04, 91 and 84. RGB value is (4,145,132). Sum of RGB (Red+Green+Blue) = 4+145+132=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #049184 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049184 is #FB6E7B. Grayscale: #656565. Windows color (decimal): -16477820 or 8687876. OLE color: 8687876.

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

Color convert

RGB4145132-
CMYK0.9700.090.43
HSL174.47º94.63%29.22%-
HSV(B)174.47º97.24%56.86%-
XYZ14.3421.9425.31-
YUV101.36145.2958.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.42%
GREEN value IS 145 (57.03% from 255) = 51.60%
BLUE value IS 132 (51.95% from 255) = 46.98%
R=1.42%
G=51.60%
B=46.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41451320.9700.090.43174.4794.6329.22
Hex4918461092Bae5f1d
Octal42212041410115325613735
Binary100100100011000010011000010100110101110101110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049184; }

 p { color: rgb(4,145,132); }

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

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

 a { background-color: rgb(4,145,132); }

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

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

 span { border-color: rgb(4,145,132); }

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