#048988

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

Shades of Dark Cyan #048988

Tints of Dark Cyan #048988

Color information

#048988 (or 0x048988) is unknown color: approx Dark Cyan. HEX triplet: 04, 89 and 88. RGB value is (4,137,136). Sum of RGB (Red+Green+Blue) = 4+137+136=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 137 (53.91% from 255 or 49.46% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 137 - color contains mainly: green. Hex color #048988 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048988 is #FB7677. Grayscale: #606060. Windows color (decimal): -16479864 or 8947972. OLE color: 8947972.

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

Color convert

RGB4137136-
CMYK0.9700.010.46
HSL179.55º94.33%27.65%-
HSV(B)179.55º97.08%53.73%-
XYZ13.4419.6926.39-
YUV97.12149.9461.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.44%
GREEN value IS 137 (53.91% from 255) = 49.46%
BLUE value IS 136 (53.52% from 255) = 49.10%
R=1.44%
G=49.46%
B=49.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41371360.9700.010.46179.5594.3327.65
Hex4898861012Eb45e1c
Octal4211210141015626413634
Binary100100010011000100011000010110111010110100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048988; }

 p { color: rgb(4,137,136); }

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

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

 a { background-color: rgb(4,137,136); }

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

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

 span { border-color: rgb(4,137,136); }

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