Html Css Color HEX #049685 Dark Cyan

📋 copy color: '#049685'

red 4 ◦ green 150 ◦ blue 133

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

Shades of Dark Cyan #049685

Tints of Dark Cyan #049685

RGB

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

 GREEN value IS 150 (58.98% from 255) = 52.26%

 BLUE value IS 133 (52.34% from 255) = 46.34%

R = 1.39%
G = 52.26%
B = 46.34%

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

#049685 (or 0x049685) is known color: Dark Cyan. HEX triplet: 04, 96 and 85. RGB value is (4,150,133). Sum of RGB (Red+Green+Blue) = 4+150+133=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 150 (58.98% from 255 or 52.26% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 150 - color contains mainly: green. Hex color #049685 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049685 is #FB697A. Grayscale: #686868. Windows color (decimal): -16476539 or 8754692. OLE color: 8754692.

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

Color convert

RGB 4 150 133 -
CMYK 0.97 0 0.11 0.41
HSL 173.01º 0.95% 0.3% -
HSV(B) 173.01º 0.97% 0.59% -
XYZ 15.19 23.53 25.93 -
YUV 104.41 144.13 56.38 -
System Red Green Blue C M Y K H S L
Decimal 4 150 133 0.97 0 0.11 0.41 173.01 0.95 0.3
Hex 4 96 85 61 0 B 29 AD 5F 1E
Octal 4 226 205 141 0 13 51 255 137 36
Binary 100 10010110 10000101 1100001 0 1011 101001 10101101 1011111 11110

Color Harmonies of #049685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049685

Black with #049685

Text Example


Text Example

White with #049685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049685; }

 p { color: rgb(4,150,133); }

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

background-color css

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

 a { background-color: rgb(4,150,133); }

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

border-color css

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

 span { border-color: rgb(4,150,133); }

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