#04958D

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

Shades of Dark Cyan #04958D

Tints of Dark Cyan #04958D

Color information

#04958D (or 0x04958D) is unknown color: approx Dark Cyan. HEX triplet: 04, 95 and 8D. RGB value is (4,149,141). Sum of RGB (Red+Green+Blue) = 4+149+141=294 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 294); Green value is 149 (58.59% from 255 or 50.68% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 149 - color contains mainly: green. Hex color #04958D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04958D is #FB6A72. Grayscale: #686868. Windows color (decimal): -16476787 or 9278724. OLE color: 9278724.

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

Color convert

RGB4149141-
CMYK0.9700.050.42
HSL176.69º94.77%30%-
HSV(B)176.69º97.32%58.43%-
XYZ15.6123.4428.9-
YUV104.73148.4656.15-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.36%
GREEN value IS 149 (58.59% from 255) = 50.68%
BLUE value IS 141 (55.47% from 255) = 47.96%
R=1.36%
G=50.68%
B=47.96%

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
Decimal41491410.9700.050.42176.6994.7730
Hex4958D61052Ab15f1e
Octal4225215141055226113736
Binary10010010101100011011100001010110101010110001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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