#049699

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

Shades of Dark Cyan #049699

Tints of Dark Cyan #049699

Color information

#049699 (or 0x049699) is unknown color: approx Dark Cyan. HEX triplet: 04, 96 and 99. RGB value is (4,150,153). Sum of RGB (Red+Green+Blue) = 4+150+153=307 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #049699 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049699 is #FB6966. Grayscale: #6A6A6A. Windows color (decimal): -16476519 or 10065412. OLE color: 10065412.

HSL color Cylindrical-coordinate representation of color #049699: hue angle of 181.21º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049699 is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4150153-
CMYK0.970.0200.4
HSL181.21º94.9%30.78%-
HSV(B)181.21º97.39%60%-
XYZ16.7124.1433.92-
YUV106.69154.1354.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.30%
GREEN value IS 150 (58.98% from 255) = 48.86%
BLUE value IS 153 (60.16% from 255) = 49.84%
R=1.30%
G=48.86%
B=49.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal41501530.970.0200.4181.2194.930.78
Hex49699612028b55f1f
Octal4226231141205026513737
Binary1001001011010011001110000110010100010110101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049699; }

 p { color: rgb(4,150,153); }

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

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

 a { background-color: rgb(4,150,153); }

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

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

 span { border-color: rgb(4,150,153); }

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