#048786

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

Shades of Dark Cyan #048786

Tints of Dark Cyan #048786

Color information

#048786 (or 0x048786) is unknown color: approx Dark Cyan. HEX triplet: 04, 87 and 86. RGB value is (4,135,134). Sum of RGB (Red+Green+Blue) = 4+135+134=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 135 (53.12% from 255 or 49.45% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 135 - color contains mainly: green. Hex color #048786 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048786 is #FB7879. Grayscale: #5F5F5F. Windows color (decimal): -16480378 or 8816388. OLE color: 8816388.

HSL color Cylindrical-coordinate representation of color #048786: hue angle of 179.54º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048786 is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB4135134-
CMYK0.9700.010.47
HSL179.54º94.24%27.25%-
HSV(B)179.54º97.04%52.94%-
XYZ13.0219.0725.55-
YUV95.72149.662.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.47%
GREEN value IS 135 (53.12% from 255) = 49.45%
BLUE value IS 134 (52.73% from 255) = 49.08%
R=1.47%
G=49.45%
B=49.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41351340.9700.010.47179.5494.2427.25
Hex4878661012Fb45e1b
Octal4207206141015726413633
Binary100100001111000011011000010110111110110100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048786; }

 p { color: rgb(4,135,134); }

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

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

 a { background-color: rgb(4,135,134); }

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

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

 span { border-color: rgb(4,135,134); }

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