#048994

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

Shades of Dark Cyan #048994

Tints of Dark Cyan #048994

Color information

#048994 (or 0x048994) is unknown color: approx Dark Cyan. HEX triplet: 04, 89 and 94. RGB value is (4,137,148). Sum of RGB (Red+Green+Blue) = 4+137+148=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #048994 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048994 is #FB766B. Grayscale: #626262. Windows color (decimal): -16479852 or 9734404. OLE color: 9734404.

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

Color convert

RGB4137148-
CMYK0.970.0700.42
HSL184.58º94.74%29.8%-
HSV(B)184.58º97.3%58.04%-
XYZ14.3420.0631.13-
YUV98.49155.9460.61-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.38%
GREEN value IS 137 (53.91% from 255) = 47.40%
BLUE value IS 148 (58.20% from 255) = 51.21%
R=1.38%
G=47.40%
B=51.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41371480.970.0700.42184.5894.7429.8
Hex4899461702Ab95f1e
Octal4211224141705227113736
Binary10010001001100101001100001111010101010111001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048994; }

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

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

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

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

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

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

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

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