#04938A

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

Shades of Dark Cyan #04938A

Tints of Dark Cyan #04938A

Color information

#04938A (or 0x04938A) is unknown color: approx Dark Cyan. HEX triplet: 04, 93 and 8A. RGB value is (4,147,138). Sum of RGB (Red+Green+Blue) = 4+147+138=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 147 (57.81% from 255 or 50.87% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 147 - color contains mainly: green. Hex color #04938A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04938A is #FB6C75. Grayscale: #676767. Windows color (decimal): -16477302 or 9081604. OLE color: 9081604.

HSL color Cylindrical-coordinate representation of color #04938A: hue angle of 176.22º 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 #04938A is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB4147138-
CMYK0.9700.060.42
HSL176.22º94.7%29.61%-
HSV(B)176.22º97.28%57.65%-
XYZ15.0722.7327.64-
YUV103.22147.6257.23-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.38%
GREEN value IS 147 (57.81% from 255) = 50.87%
BLUE value IS 138 (54.30% from 255) = 47.75%
R=1.38%
G=50.87%
B=47.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41471380.9700.060.42176.2294.729.61
Hex4938A61062Ab05f1e
Octal4223212141065226013736
Binary10010010011100010101100001011010101010110000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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