Html Css Color HEX #049386 Dark Cyan

📋 copy color: '#049386'

red 4 ◦ green 147 ◦ blue 134

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

Shades of Dark Cyan #049386

Tints of Dark Cyan #049386

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.58%

 BLUE value IS 134 (52.73% from 255) = 47.02%

R = 1.4%
G = 51.58%
B = 47.02%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#049386 (or 0x049386) is known color: Dark Cyan. HEX triplet: 04, 93 and 86. RGB value is (4,147,134). Sum of RGB (Red+Green+Blue) = 4+147+134=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 147 (57.81% from 255 or 51.58% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 147 - color contains mainly: green. Hex color #049386 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049386 is #FB6C79. Grayscale: #666666. Windows color (decimal): -16477306 or 8819460. OLE color: 8819460.

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

Color convert

RGB 4 147 134 -
CMYK 0.97 0 0.09 0.42
HSL 174.55º 0.95% 0.3% -
HSV(B) 174.55º 0.97% 0.58% -
XYZ 14.79 22.61 26.14 -
YUV 102.76 145.62 57.56 -
System Red Green Blue C M Y K H S L
Decimal 4 147 134 0.97 0 0.09 0.42 174.55 0.95 0.3
Hex 4 93 86 61 0 9 2A AF 5F 1E
Octal 4 223 206 141 0 11 52 257 137 36
Binary 100 10010011 10000110 1100001 0 1001 101010 10101111 1011111 11110

Color Harmonies of #049386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049386

Black with #049386

Text Example


Text Example

White with #049386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049386; }

 p { color: rgb(4,147,134); }

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

background-color css

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

 a { background-color: rgb(4,147,134); }

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

border-color css

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

 span { border-color: rgb(4,147,134); }

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