Html Css Color HEX #049484 Dark Cyan

📋 copy color: '#049484'

red 4 ◦ green 148 ◦ blue 132

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

Shades of Dark Cyan #049484

Tints of Dark Cyan #049484

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.11%

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

R = 1.41%
G = 52.11%
B = 46.48%

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

#049484 (or 0x049484) is known color: Dark Cyan. HEX triplet: 04, 94 and 84. RGB value is (4,148,132). Sum of RGB (Red+Green+Blue) = 4+148+132=284 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #049484 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049484 is #FB6B7B. Grayscale: #676767. Windows color (decimal): -16477052 or 8688644. OLE color: 8688644.

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

Color convert

RGB 4 148 132 -
CMYK 0.97 0 0.11 0.42
HSL 173.33º 0.95% 0.3% -
HSV(B) 173.33º 0.97% 0.58% -
XYZ 14.8 22.87 25.46 -
YUV 103.12 144.29 57.3 -
System Red Green Blue C M Y K H S L
Decimal 4 148 132 0.97 0 0.11 0.42 173.33 0.95 0.3
Hex 4 94 84 61 0 B 2A AD 5F 1E
Octal 4 224 204 141 0 13 52 255 137 36
Binary 100 10010100 10000100 1100001 0 1011 101010 10101101 1011111 11110

Color Harmonies of #049484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049484

Black with #049484

Text Example


Text Example

White with #049484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049484; }

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

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

background-color css

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

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

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

border-color css

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

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

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