#048D95

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

Shades of Dark Cyan #048D95

Tints of Dark Cyan #048D95

Color information

#048D95 (or 0x048D95) is unknown color: approx Dark Cyan. HEX triplet: 04, 8D and 95. RGB value is (4,141,149). Sum of RGB (Red+Green+Blue) = 4+141+149=294 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 294); Green value is 141 (55.47% from 255 or 47.96% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #048D95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048D95 is #FB726A. Grayscale: #646464. Windows color (decimal): -16478827 or 9800964. OLE color: 9800964.

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

Color convert

RGB4141149-
CMYK0.970.0500.42
HSL183.31º94.77%30%-
HSV(B)183.31º97.32%58.43%-
XYZ1521.2531.74-
YUV100.95155.1158.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.36%
GREEN value IS 141 (55.47% from 255) = 47.96%
BLUE value IS 149 (58.59% from 255) = 50.68%
R=1.36%
G=47.96%
B=50.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41411490.970.0500.42183.3194.7730
Hex48D9561502Ab75f1e
Octal4215225141505226713736
Binary10010001101100101011100001101010101010110111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,141,149); }

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

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

 a { background-color: rgb(4,141,149); }

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

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

 span { border-color: rgb(4,141,149); }

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