#04808C

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

Shades of Dark Cyan #04808C

Tints of Dark Cyan #04808C

Color information

#04808C (or 0x04808C) is unknown color: approx Dark Cyan. HEX triplet: 04, 80 and 8C. RGB value is (4,128,140). Sum of RGB (Red+Green+Blue) = 4+128+140=272 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 272); Green value is 128 (50.39% from 255 or 47.06% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #04808C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04808C is #FB7F73. Grayscale: #5C5C5C. Windows color (decimal): -16482164 or 9207812. OLE color: 9207812.

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

Color convert

RGB4128140-
CMYK0.970.0900.45
HSL185.29º94.44%28.24%-
HSV(B)185.29º97.14%54.9%-
XYZ12.517.3627.5-
YUV92.29154.9265.02-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.47%
GREEN value IS 128 (50.39% from 255) = 47.06%
BLUE value IS 140 (55.08% from 255) = 51.47%
R=1.47%
G=47.06%
B=51.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41281400.970.0900.45185.2994.4428.24
Hex4808C61902Db95e1c
Octal42002141411105527113634
Binary100100000001000110011000011001010110110111001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04808C; }

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

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

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

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

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

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

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

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