#048C8A

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

Shades of Dark Cyan #048C8A

Tints of Dark Cyan #048C8A

Color information

#048C8A (or 0x048C8A) is unknown color: approx Dark Cyan. HEX triplet: 04, 8C and 8A. RGB value is (4,140,138). Sum of RGB (Red+Green+Blue) = 4+140+138=282 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 282); Green value is 140 (55.08% from 255 or 49.65% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 140 - color contains mainly: green. Hex color #048C8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048C8A is #FB7375. Grayscale: #626262. Windows color (decimal): -16479094 or 9079812. OLE color: 9079812.

HSL color Cylindrical-coordinate representation of color #048C8A: hue angle of 179.12º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048C8A is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB4140138-
CMYK0.9700.010.45
HSL179.12º94.44%28.24%-
HSV(B)179.12º97.14%54.9%-
XYZ14.0220.6227.29-
YUV99.11149.9460.16-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.42%
GREEN value IS 140 (55.08% from 255) = 49.65%
BLUE value IS 138 (54.30% from 255) = 48.94%
R=1.42%
G=49.65%
B=48.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41401380.9700.010.45179.1294.4428.24
Hex48C8A61012Db35e1c
Octal4214212141015526313634
Binary100100011001000101011000010110110110110011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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