#049795

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

Shades of Dark Cyan #049795

Tints of Dark Cyan #049795

Color information

#049795 (or 0x049795) is unknown color: approx Dark Cyan. HEX triplet: 04, 97 and 95. RGB value is (4,151,149). Sum of RGB (Red+Green+Blue) = 4+151+149=304 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 151 - color contains mainly: green. Hex color #049795 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049795 is #FB686A. Grayscale: #6A6A6A. Windows color (decimal): -16476267 or 9803524. OLE color: 9803524.

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

Color convert

RGB4151149-
CMYK0.9700.010.41
HSL179.18º94.84%30.39%-
HSV(B)179.18º97.35%59.22%-
XYZ16.5424.3332.26-
YUV106.82151.854.66-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.32%
GREEN value IS 151 (59.38% from 255) = 49.67%
BLUE value IS 149 (58.59% from 255) = 49.01%
R=1.32%
G=49.67%
B=49.01%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41511490.9700.010.41179.1894.8430.39
Hex49795610129b35f1e
Octal4227225141015126313736
Binary100100101111001010111000010110100110110011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049795; }

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

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

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

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

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

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

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

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