#048A8E

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

Shades of Dark Cyan #048A8E

Tints of Dark Cyan #048A8E

Color information

#048A8E (or 0x048A8E) is unknown color: approx Dark Cyan. HEX triplet: 04, 8A and 8E. RGB value is (4,138,142). Sum of RGB (Red+Green+Blue) = 4+138+142=284 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 284); Green value is 138 (54.30% from 255 or 48.59% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #048A8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048A8E is #FB7571. Grayscale: #626262. Windows color (decimal): -16479602 or 9341444. OLE color: 9341444.

HSL color Cylindrical-coordinate representation of color #048A8E: hue angle of 181.74º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048A8E is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4138142-
CMYK0.970.0300.44
HSL181.74º94.52%28.63%-
HSV(B)181.74º97.18%55.69%-
XYZ14.0220.1628.74-
YUV98.39152.6160.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.41%
GREEN value IS 138 (54.30% from 255) = 48.59%
BLUE value IS 142 (55.86% from 255) = 50%
R=1.41%
G=48.59%
B=50%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41381420.970.0300.44181.7494.5228.63
Hex48A8E61302Cb65f1d
Octal4212216141305426613735
Binary1001000101010001110110000111010110010110110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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