#048A93

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

Shades of Dark Cyan #048A93

Tints of Dark Cyan #048A93

Color information

#048A93 (or 0x048A93) is unknown color: approx Dark Cyan. HEX triplet: 04, 8A and 93. RGB value is (4,138,147). Sum of RGB (Red+Green+Blue) = 4+138+147=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 138 (54.30% from 255 or 47.75% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #048A93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048A93 is #FB756C. Grayscale: #626262. Windows color (decimal): -16479597 or 9669124. OLE color: 9669124.

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

Color convert

RGB4138147-
CMYK0.970.0600.42
HSL183.78º94.7%29.61%-
HSV(B)183.78º97.28%57.65%-
XYZ14.4120.3130.76-
YUV98.96155.1160.27-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.38%
GREEN value IS 138 (54.30% from 255) = 47.75%
BLUE value IS 147 (57.81% from 255) = 50.87%
R=1.38%
G=47.75%
B=50.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41381470.970.0600.42183.7894.729.61
Hex48A9361602Ab85f1e
Octal4212223141605227013736
Binary10010001010100100111100001110010101010111000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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