Html Css Color HEX #049180 Dark Cyan

📋 copy color: '#049180'

red 4 ◦ green 145 ◦ blue 128

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

Shades of Dark Cyan #049180

Tints of Dark Cyan #049180

RGB

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

 GREEN value IS 145 (57.03% from 255) = 52.35%

 BLUE value IS 128 (50.39% from 255) = 46.21%

R = 1.44%
G = 52.35%
B = 46.21%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#049180 (or 0x049180) is known color: Dark Cyan. HEX triplet: 04, 91 and 80. RGB value is (4,145,128). Sum of RGB (Red+Green+Blue) = 4+145+128=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #049180 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049180 is #FB6E7F. Grayscale: #646464. Windows color (decimal): -16477824 or 8425732. OLE color: 8425732.

HSL color Cylindrical-coordinate representation of color #049180: hue angle of 172.77º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049180 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 145 128 -
CMYK 0.97 0 0.12 0.43
HSL 172.77º 0.95% 0.29% -
HSV(B) 172.77º 0.97% 0.57% -
XYZ 14.07 21.84 23.9 -
YUV 100.9 143.29 58.88 -
System Red Green Blue C M Y K H S L
Decimal 4 145 128 0.97 0 0.12 0.43 172.77 0.95 0.29
Hex 4 91 80 61 0 C 2B AD 5F 1D
Octal 4 221 200 141 0 14 53 255 137 35
Binary 100 10010001 10000000 1100001 0 1100 101011 10101101 1011111 11101

Color Harmonies of #049180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049180

Black with #049180

Text Example


Text Example

White with #049180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049180; }

 p { color: rgb(4,145,128); }

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

background-color css

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

 a { background-color: rgb(4,145,128); }

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

border-color css

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

 span { border-color: rgb(4,145,128); }

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