#048F94

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

Shades of Dark Cyan #048F94

Tints of Dark Cyan #048F94

Color information

#048F94 (or 0x048F94) is unknown color: approx Dark Cyan. HEX triplet: 04, 8F and 94. RGB value is (4,143,148). Sum of RGB (Red+Green+Blue) = 4+143+148=295 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 295); Green value is 143 (56.25% from 255 or 48.47% from 295); Blue value is 148 (58.20% from 255 or 50.17% from 295); Max value from RGB is 148 - color contains mainly: blue. Hex color #048F94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048F94 is #FB706B. Grayscale: #656565. Windows color (decimal): -16478316 or 9735940. OLE color: 9735940.

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

Color convert

RGB4143148-
CMYK0.970.0300.42
HSL182.08º94.74%29.8%-
HSV(B)182.08º97.3%58.04%-
XYZ15.2221.8131.42-
YUV102.01153.9558.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.36%
GREEN value IS 143 (56.25% from 255) = 48.47%
BLUE value IS 148 (58.20% from 255) = 50.17%
R=1.36%
G=48.47%
B=50.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41431480.970.0300.42182.0894.7429.8
Hex48F9461302Ab65f1e
Octal4217224141305226613736
Binary1001000111110010100110000111010101010110110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048F94; }

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

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

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

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

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

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

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

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