#04948A

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

Shades of Dark Cyan #04948A

Tints of Dark Cyan #04948A

Color information

#04948A (or 0x04948A) is unknown color: approx Dark Cyan. HEX triplet: 04, 94 and 8A. RGB value is (4,148,138). Sum of RGB (Red+Green+Blue) = 4+148+138=290 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 290); Green value is 148 (58.20% from 255 or 51.03% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 148 - color contains mainly: green. Hex color #04948A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04948A is #FB6B75. Grayscale: #676767. Windows color (decimal): -16477046 or 9081860. OLE color: 9081860.

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

Color convert

RGB4148138-
CMYK0.9700.070.42
HSL175.83º94.74%29.8%-
HSV(B)175.83º97.3%58.04%-
XYZ15.2323.0427.69-
YUV103.8147.2956.81-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.38%
GREEN value IS 148 (58.20% from 255) = 51.03%
BLUE value IS 138 (54.30% from 255) = 47.59%
R=1.38%
G=51.03%
B=47.59%

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
Decimal41481380.9700.070.42175.8394.7429.8
Hex4948A61072Ab05f1e
Octal4224212141075226013736
Binary10010010100100010101100001011110101010110000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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