#049495

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

Shades of Dark Cyan #049495

Tints of Dark Cyan #049495

Color information

#049495 (or 0x049495) is unknown color: approx Dark Cyan. HEX triplet: 04, 94 and 95. RGB value is (4,148,149). Sum of RGB (Red+Green+Blue) = 4+148+149=301 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #049495 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049495 is #FB6B6A. Grayscale: #686868. Windows color (decimal): -16477035 or 9802756. OLE color: 9802756.

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

Color convert

RGB4148149-
CMYK0.970.0100.42
HSL180.41º94.77%30%-
HSV(B)180.41º97.32%58.43%-
XYZ16.0623.3832.1-
YUV105.06152.7955.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.33%
GREEN value IS 148 (58.20% from 255) = 49.17%
BLUE value IS 149 (58.59% from 255) = 49.50%
R=1.33%
G=49.17%
B=49.50%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41481490.970.0100.42180.4194.7730
Hex4949561102Ab45f1e
Octal4224225141105226413736
Binary100100101001001010111000011010101010110100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049495; }

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

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

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

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

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

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

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

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