Html Css Color HEX #049786 Dark Cyan

📋 copy color: '#049786'

red 4 ◦ green 151 ◦ blue 134

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

Shades of Dark Cyan #049786

Tints of Dark Cyan #049786

RGB

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

 GREEN value IS 151 (59.38% from 255) = 52.25%

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

R = 1.38%
G = 52.25%
B = 46.37%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#049786 (or 0x049786) is known color: Dark Cyan. HEX triplet: 04, 97 and 86. RGB value is (4,151,134). Sum of RGB (Red+Green+Blue) = 4+151+134=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 151 (59.38% from 255 or 52.25% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 151 - color contains mainly: green. Hex color #049786 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049786 is #FB6879. Grayscale: #696969. Windows color (decimal): -16476282 or 8820484. OLE color: 8820484.

HSL color Cylindrical-coordinate representation of color #049786: hue angle of 173.06º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049786 is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 4 151 134 -
CMYK 0.97 0 0.11 0.41
HSL 173.06º 0.95% 0.3% -
HSV(B) 173.06º 0.97% 0.59% -
XYZ 15.42 23.88 26.35 -
YUV 105.11 144.3 55.88 -
System Red Green Blue C M Y K H S L
Decimal 4 151 134 0.97 0 0.11 0.41 173.06 0.95 0.3
Hex 4 97 86 61 0 B 29 AD 5F 1E
Octal 4 227 206 141 0 13 51 255 137 36
Binary 100 10010111 10000110 1100001 0 1011 101001 10101101 1011111 11110

Color Harmonies of #049786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049786

Black with #049786

Text Example


Text Example

White with #049786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049786; }

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

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

background-color css

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

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

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

border-color css

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

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

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