#049081

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

Shades of Dark Cyan #049081

Tints of Dark Cyan #049081

Color information

#049081 (or 0x049081) is unknown color: approx Dark Cyan. HEX triplet: 04, 90 and 81. RGB value is (4,144,129). Sum of RGB (Red+Green+Blue) = 4+144+129=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 144 (56.64% from 255 or 51.99% from 277); Blue value is 129 (50.78% from 255 or 46.57% from 277); Max value from RGB is 144 - color contains mainly: green. Hex color #049081 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049081 is #FB6F7E. Grayscale: #646464. Windows color (decimal): -16478079 or 8491012. OLE color: 8491012.

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

Color convert

RGB4144129-
CMYK0.9700.100.44
HSL173.57º94.59%29.02%-
HSV(B)173.57º97.22%56.47%-
XYZ13.9921.5624.19-
YUV100.43144.1259.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.44%
GREEN value IS 144 (56.64% from 255) = 51.99%
BLUE value IS 129 (50.78% from 255) = 46.57%
R=1.44%
G=51.99%
B=46.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41441290.9700.100.44173.5794.5929.02
Hex49081610A2Cae5f1d
Octal42202011410125425613735
Binary100100100001000000111000010101010110010101110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049081; }

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

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

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

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

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

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

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

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