#048B84

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

Shades of Dark Cyan #048B84

Tints of Dark Cyan #048B84

Color information

#048B84 (or 0x048B84) is unknown color: approx Dark Cyan. HEX triplet: 04, 8B and 84. RGB value is (4,139,132). Sum of RGB (Red+Green+Blue) = 4+139+132=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 139 (54.69% from 255 or 50.55% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 139 - color contains mainly: green. Hex color #048B84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048B84 is #FB747B. Grayscale: #616161. Windows color (decimal): -16479356 or 8686340. OLE color: 8686340.

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

Color convert

RGB4139132-
CMYK0.9700.050.45
HSL176.89º94.41%28.04%-
HSV(B)176.89º97.12%54.51%-
XYZ13.4520.1625.01-
YUV97.84147.2761.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.45%
GREEN value IS 139 (54.69% from 255) = 50.55%
BLUE value IS 132 (51.95% from 255) = 48%
R=1.45%
G=50.55%
B=48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41391320.9700.050.45176.8994.4128.04
Hex48B8461052Db15e1c
Octal4213204141055526113634
Binary10010001011100001001100001010110110110110001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,139,132); }

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

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

 a { background-color: rgb(4,139,132); }

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

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

 span { border-color: rgb(4,139,132); }

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