#049597

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

Shades of Dark Cyan #049597

Tints of Dark Cyan #049597

Color information

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

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

Color convert

RGB4149151-
CMYK0.970.0100.41
HSL180.82º94.84%30.39%-
HSV(B)180.82º97.35%59.22%-
XYZ16.3823.7633-
YUV105.87153.4655.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41491510.970.0100.41180.8294.8430.39
Hex49597611029b55f1e
Octal4225227141105126513736
Binary100100101011001011111000011010100110110101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049597; }

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

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

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

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

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

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

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

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