#04938C

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

Shades of Dark Cyan #04938C

Tints of Dark Cyan #04938C

Color information

#04938C (or 0x04938C) is unknown color: approx Dark Cyan. HEX triplet: 04, 93 and 8C. RGB value is (4,147,140). Sum of RGB (Red+Green+Blue) = 4+147+140=291 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 291); Green value is 147 (57.81% from 255 or 50.52% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 147 - color contains mainly: green. Hex color #04938C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04938C is #FB6C73. Grayscale: #676767. Windows color (decimal): -16477300 or 9212676. OLE color: 9212676.

HSL color Cylindrical-coordinate representation of color #04938C: hue angle of 177.06º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04938C is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB4147140-
CMYK0.9700.050.42
HSL177.06º94.7%29.61%-
HSV(B)177.06º97.28%57.65%-
XYZ15.2222.7928.41-
YUV103.44148.6257.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.37%
GREEN value IS 147 (57.81% from 255) = 50.52%
BLUE value IS 140 (55.08% from 255) = 48.11%
R=1.37%
G=50.52%
B=48.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41471400.9700.050.42177.0694.729.61
Hex4938C61052Ab15f1e
Octal4223214141055226113736
Binary10010010011100011001100001010110101010110001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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