#049091

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

Shades of Dark Cyan #049091

Tints of Dark Cyan #049091

Color information

#049091 (or 0x049091) is unknown color: approx Dark Cyan. HEX triplet: 04, 90 and 91. RGB value is (4,144,145). Sum of RGB (Red+Green+Blue) = 4+144+145=293 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #049091 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049091 is #FB6F6E. Grayscale: #666666. Windows color (decimal): -16478063 or 9539588. OLE color: 9539588.

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

Color convert

RGB4144145-
CMYK0.970.0100.43
HSL180.43º94.63%29.22%-
HSV(B)180.43º97.24%56.86%-
XYZ15.1322.0230.24-
YUV102.25152.1257.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.37%
GREEN value IS 144 (56.64% from 255) = 49.15%
BLUE value IS 145 (57.03% from 255) = 49.49%
R=1.37%
G=49.15%
B=49.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41441450.970.0100.43180.4394.6329.22
Hex4909161102Bb45f1d
Octal4220221141105326413735
Binary100100100001001000111000011010101110110100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049091; }

 p { color: rgb(4,144,145); }

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

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

 a { background-color: rgb(4,144,145); }

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

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

 span { border-color: rgb(4,144,145); }

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