#049190

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

Shades of Dark Cyan #049190

Tints of Dark Cyan #049190

Color information

#049190 (or 0x049190) is unknown color: approx Dark Cyan. HEX triplet: 04, 91 and 90. RGB value is (4,145,144). Sum of RGB (Red+Green+Blue) = 4+145+144=293 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 293); Green value is 145 (57.03% from 255 or 49.49% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 145 - color contains mainly: green. Hex color #049190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049190 is #FB6E6F. Grayscale: #666666. Windows color (decimal): -16477808 or 9474308. OLE color: 9474308.

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

Color convert

RGB4145144-
CMYK0.9700.010.43
HSL179.57º94.63%29.22%-
HSV(B)179.57º97.24%56.86%-
XYZ15.2122.2929.89-
YUV102.73151.2957.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.37%
GREEN value IS 145 (57.03% from 255) = 49.49%
BLUE value IS 144 (56.64% from 255) = 49.15%
R=1.37%
G=49.49%
B=49.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41451440.9700.010.43179.5794.6329.22
Hex4919061012Bb45f1d
Octal4221220141015326413735
Binary100100100011001000011000010110101110110100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049190; }

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

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

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

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

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

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

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

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