#048A95

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

Shades of Dark Cyan #048A95

Tints of Dark Cyan #048A95

Color information

#048A95 (or 0x048A95) is unknown color: approx Dark Cyan. HEX triplet: 04, 8A and 95. RGB value is (4,138,149). Sum of RGB (Red+Green+Blue) = 4+138+149=291 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 291); Green value is 138 (54.30% from 255 or 47.42% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #048A95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048A95 is #FB756A. Grayscale: #636363. Windows color (decimal): -16479595 or 9800196. OLE color: 9800196.

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

Color convert

RGB4138149-
CMYK0.970.0700.42
HSL184.55º94.77%30%-
HSV(B)184.55º97.32%58.43%-
XYZ14.5620.3731.6-
YUV99.19156.1160.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.37%
GREEN value IS 138 (54.30% from 255) = 47.42%
BLUE value IS 149 (58.59% from 255) = 51.20%
R=1.37%
G=47.42%
B=51.20%

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
Decimal41381490.970.0700.42184.5594.7730
Hex48A9561702Ab95f1e
Octal4212225141705227113736
Binary10010001010100101011100001111010101010111001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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