#048C95

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

Shades of Dark Cyan #048C95

Tints of Dark Cyan #048C95

Color information

#048C95 (or 0x048C95) is unknown color: approx Dark Cyan. HEX triplet: 04, 8C and 95. RGB value is (4,140,149). Sum of RGB (Red+Green+Blue) = 4+140+149=293 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 293); Green value is 140 (55.08% from 255 or 47.78% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #048C95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048C95 is #FB736A. Grayscale: #646464. Windows color (decimal): -16479083 or 9800708. OLE color: 9800708.

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

Color convert

RGB4140149-
CMYK0.970.0600.42
HSL183.72º94.77%30%-
HSV(B)183.72º97.32%58.43%-
XYZ14.8520.9531.7-
YUV100.36155.4459.27-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.37%
GREEN value IS 140 (55.08% from 255) = 47.78%
BLUE value IS 149 (58.59% from 255) = 50.85%
R=1.37%
G=47.78%
B=50.85%

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
Decimal41401490.970.0600.42183.7294.7730
Hex48C9561602Ab85f1e
Octal4214225141605227013736
Binary10010001100100101011100001110010101010111000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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