#04958A

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

Shades of Dark Cyan #04958A

Tints of Dark Cyan #04958A

Color information

#04958A (or 0x04958A) is unknown color: approx Dark Cyan. HEX triplet: 04, 95 and 8A. RGB value is (4,149,138). Sum of RGB (Red+Green+Blue) = 4+149+138=291 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 291); Green value is 149 (58.59% from 255 or 51.20% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 149 - color contains mainly: green. Hex color #04958A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04958A is #FB6A75. Grayscale: #686868. Windows color (decimal): -16476790 or 9082116. OLE color: 9082116.

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

Color convert

RGB4149138-
CMYK0.9700.070.42
HSL175.45º94.77%30%-
HSV(B)175.45º97.32%58.43%-
XYZ15.3823.3627.74-
YUV104.39146.9656.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.37%
GREEN value IS 149 (58.59% from 255) = 51.20%
BLUE value IS 138 (54.30% from 255) = 47.42%
R=1.37%
G=51.20%
B=47.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41491380.9700.070.42175.4594.7730
Hex4958A61072Aaf5f1e
Octal4225212141075225713736
Binary10010010101100010101100001011110101010101111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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