Html Css Color HEX #049584 Dark Cyan

📋 copy color: '#049584'

red 4 ◦ green 149 ◦ blue 132

#049584
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #049584

Tints of Dark Cyan #049584

RGB

 RED value IS 4 (1.95% from 255) = 1.4%

 GREEN value IS 149 (58.59% from 255) = 52.28%

 BLUE value IS 132 (51.95% from 255) = 46.32%

R = 1.4%
G = 52.28%
B = 46.32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#049584 (or 0x049584) is known color: Dark Cyan. HEX triplet: 04, 95 and 84. RGB value is (4,149,132). Sum of RGB (Red+Green+Blue) = 4+149+132=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #049584 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049584 is #FB6A7B. Grayscale: #676767. Windows color (decimal): -16476796 or 8688900. OLE color: 8688900.

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

Color convert

RGB 4 149 132 -
CMYK 0.97 0 0.11 0.42
HSL 172.97º 0.95% 0.3% -
HSV(B) 172.97º 0.97% 0.58% -
XYZ 14.96 23.19 25.52 -
YUV 103.71 143.96 56.88 -
System Red Green Blue C M Y K H S L
Decimal 4 149 132 0.97 0 0.11 0.42 172.97 0.95 0.3
Hex 4 95 84 61 0 B 2A AD 5F 1E
Octal 4 225 204 141 0 13 52 255 137 36
Binary 100 10010101 10000100 1100001 0 1011 101010 10101101 1011111 11110

Color Harmonies of #049584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049584

Black with #049584

Text Example


Text Example

White with #049584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049584; }

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

 H1.HeaderClassName
 {
   color: #049584;
 }
 .AnyTagClassName
 {
   color: #049584;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #049584;
 }
 .BgClassName
 {
   background-color: #049584;
 }
</style>

border-color css

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

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

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