#049290

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

Shades of Dark Cyan #049290

Tints of Dark Cyan #049290

Color information

#049290 (or 0x049290) is unknown color: approx Dark Cyan. HEX triplet: 04, 92 and 90. RGB value is (4,146,144). Sum of RGB (Red+Green+Blue) = 4+146+144=294 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 146 - color contains mainly: green. Hex color #049290 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049290 is #FB6D6F. Grayscale: #676767. Windows color (decimal): -16477552 or 9474564. OLE color: 9474564.

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

Color convert

RGB4146144-
CMYK0.9700.010.43
HSL179.15º94.67%29.41%-
HSV(B)179.15º97.26%57.25%-
XYZ15.3622.629.94-
YUV103.31150.9657.16-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.36%
GREEN value IS 146 (57.42% from 255) = 49.66%
BLUE value IS 144 (56.64% from 255) = 48.98%
R=1.36%
G=49.66%
B=48.98%

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
Decimal41461440.9700.010.43179.1594.6729.41
Hex4929061012Bb35f1d
Octal4222220141015326313735
Binary100100100101001000011000010110101110110011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049290; }

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

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

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

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

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

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

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

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