#049697

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

Shades of Dark Cyan #049697

Tints of Dark Cyan #049697

Color information

#049697 (or 0x049697) is unknown color: approx Dark Cyan. HEX triplet: 04, 96 and 97. RGB value is (4,150,151). Sum of RGB (Red+Green+Blue) = 4+150+151=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 151 (59.38% from 255 or 49.51% from 305); Max value from RGB is 151 - color contains mainly: blue. Hex color #049697 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049697 is #FB6968. Grayscale: #6A6A6A. Windows color (decimal): -16476521 or 9934340. OLE color: 9934340.

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

Color convert

RGB4150151-
CMYK0.970.0100.41
HSL180.41º94.84%30.39%-
HSV(B)180.41º97.35%59.22%-
XYZ16.5424.0733.05-
YUV106.46153.1354.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.31%
GREEN value IS 150 (58.98% from 255) = 49.18%
BLUE value IS 151 (59.38% from 255) = 49.51%
R=1.31%
G=49.18%
B=49.51%

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
Decimal41501510.970.0100.41180.4194.8430.39
Hex49697611029b45f1e
Octal4226227141105126413736
Binary100100101101001011111000011010100110110100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049697; }

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

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

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

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

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

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

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

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