#048A85

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

Shades of Dark Cyan #048A85

Tints of Dark Cyan #048A85

Color information

#048A85 (or 0x048A85) is unknown color: approx Dark Cyan. HEX triplet: 04, 8A and 85. RGB value is (4,138,133). Sum of RGB (Red+Green+Blue) = 4+138+133=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 138 (54.30% from 255 or 50.18% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 138 - color contains mainly: green. Hex color #048A85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048A85 is #FB757A. Grayscale: #616161. Windows color (decimal): -16479611 or 8751620. OLE color: 8751620.

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

Color convert

RGB4138133-
CMYK0.9700.040.46
HSL177.76º94.37%27.84%-
HSV(B)177.76º97.1%54.12%-
XYZ13.3719.925.33-
YUV97.36148.1161.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.45%
GREEN value IS 138 (54.30% from 255) = 50.18%
BLUE value IS 133 (52.34% from 255) = 48.36%
R=1.45%
G=50.18%
B=48.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41381330.9700.040.46177.7694.3727.84
Hex48A8561042Eb25e1c
Octal4212205141045626213634
Binary10010001010100001011100001010010111010110010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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