#04928E

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

Shades of Dark Cyan #04928E

Tints of Dark Cyan #04928E

Color information

#04928E (or 0x04928E) is unknown color: approx Dark Cyan. HEX triplet: 04, 92 and 8E. RGB value is (4,146,142). Sum of RGB (Red+Green+Blue) = 4+146+142=292 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 292); Green value is 146 (57.42% from 255 or 50% from 292); Blue value is 142 (55.86% from 255 or 48.63% from 292); Max value from RGB is 146 - color contains mainly: green. Hex color #04928E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04928E is #FB6D71. Grayscale: #666666. Windows color (decimal): -16477554 or 9343492. OLE color: 9343492.

HSL color Cylindrical-coordinate representation of color #04928E: hue angle of 178.31º 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 #04928E is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB4146142-
CMYK0.9700.030.43
HSL178.31º94.67%29.41%-
HSV(B)178.31º97.26%57.25%-
XYZ15.2122.5429.14-
YUV103.09149.9657.33-

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%
BLUE value IS 142 (55.86% from 255) = 48.63%
R=1.37%
G=50%
B=48.63%

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
Decimal41461420.9700.030.43178.3194.6729.41
Hex4928E61032Bb25f1d
Octal4222216141035326213735
Binary1001001001010001110110000101110101110110010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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