#048993

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

Shades of Dark Cyan #048993

Tints of Dark Cyan #048993

Color information

#048993 (or 0x048993) is unknown color: approx Dark Cyan. HEX triplet: 04, 89 and 93. RGB value is (4,137,147). Sum of RGB (Red+Green+Blue) = 4+137+147=288 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #048993 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048993 is #FB766C. Grayscale: #626262. Windows color (decimal): -16479853 or 9668868. OLE color: 9668868.

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

Color convert

RGB4137147-
CMYK0.970.0700.42
HSL184.2º94.7%29.61%-
HSV(B)184.2º97.28%57.65%-
XYZ14.2620.0230.72-
YUV98.37155.4460.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.39%
GREEN value IS 137 (53.91% from 255) = 47.57%
BLUE value IS 147 (57.81% from 255) = 51.04%
R=1.39%
G=47.57%
B=51.04%

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
Decimal41371470.970.0700.42184.294.729.61
Hex4899361702Ab85f1e
Octal4211223141705227013736
Binary10010001001100100111100001111010101010111000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048993; }

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

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

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

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

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

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

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

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