Html Css Color HEX #049189 Dark Cyan

📋 copy color: '#049189'

red 4 ◦ green 145 ◦ blue 137

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

Shades of Dark Cyan #049189

Tints of Dark Cyan #049189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 47.9%

R = 1.4%
G = 50.7%
B = 47.9%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#049189 (or 0x049189) is known color: Dark Cyan. HEX triplet: 04, 91 and 89. RGB value is (4,145,137). Sum of RGB (Red+Green+Blue) = 4+145+137=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 145 (57.03% from 255 or 50.70% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 145 - color contains mainly: green. Hex color #049189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049189 is #FB6E76. Grayscale: #656565. Windows color (decimal): -16477815 or 9015556. OLE color: 9015556.

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

Color convert

RGB 4 145 137 -
CMYK 0.97 0 0.06 0.43
HSL 176.6º 0.95% 0.29% -
HSV(B) 176.6º 0.97% 0.57% -
XYZ 14.69 22.08 27.16 -
YUV 101.93 147.79 58.15 -
System Red Green Blue C M Y K H S L
Decimal 4 145 137 0.97 0 0.06 0.43 176.6 0.95 0.29
Hex 4 91 89 61 0 6 2B B1 5F 1D
Octal 4 221 211 141 0 6 53 261 137 35
Binary 100 10010001 10001001 1100001 0 110 101011 10110001 1011111 11101

Color Harmonies of #049189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049189

Black with #049189

Text Example


Text Example

White with #049189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049189; }

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

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

background-color css

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

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

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

border-color css

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

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

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