#04928D

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

Shades of Dark Cyan #04928D

Tints of Dark Cyan #04928D

Color information

#04928D (or 0x04928D) is unknown color: approx Dark Cyan. HEX triplet: 04, 92 and 8D. RGB value is (4,146,141). Sum of RGB (Red+Green+Blue) = 4+146+141=291 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 291); Green value is 146 (57.42% from 255 or 50.17% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 146 - color contains mainly: green. Hex color #04928D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04928D is #FB6D72. Grayscale: #666666. Windows color (decimal): -16477555 or 9277956. OLE color: 9277956.

HSL color Cylindrical-coordinate representation of color #04928D: hue angle of 177.89º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04928D is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB4146141-
CMYK0.9700.030.43
HSL177.89º94.67%29.41%-
HSV(B)177.89º97.26%57.25%-
XYZ15.1422.5128.75-
YUV102.97149.4657.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.37%
GREEN value IS 146 (57.42% from 255) = 50.17%
BLUE value IS 141 (55.47% from 255) = 48.45%
R=1.37%
G=50.17%
B=48.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41461410.9700.030.43177.8994.6729.41
Hex4928D61032Bb25f1d
Octal4222215141035326213735
Binary1001001001010001101110000101110101110110010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04928D; }

 p { color: rgb(4,146,141); }

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

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

 a { background-color: rgb(4,146,141); }

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

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

 span { border-color: rgb(4,146,141); }

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