Html Css Color HEX #049687 Dark Cyan

📋 copy color: '#049687'

red 4 ◦ green 150 ◦ blue 135

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

Shades of Dark Cyan #049687

Tints of Dark Cyan #049687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 46.71%

R = 1.38%
G = 51.9%
B = 46.71%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#049687 (or 0x049687) is known color: Dark Cyan. HEX triplet: 04, 96 and 87. RGB value is (4,150,135). Sum of RGB (Red+Green+Blue) = 4+150+135=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 150 (58.98% from 255 or 51.90% from 289); Blue value is 135 (53.12% from 255 or 46.71% from 289); Max value from RGB is 150 - color contains mainly: green. Hex color #049687 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049687 is #FB6978. Grayscale: #686868. Windows color (decimal): -16476537 or 8885764. OLE color: 8885764.

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

Color convert

RGB 4 150 135 -
CMYK 0.97 0 0.1 0.41
HSL 173.84º 0.95% 0.3% -
HSV(B) 173.84º 0.97% 0.59% -
XYZ 15.33 23.59 26.67 -
YUV 104.64 145.13 56.22 -
System Red Green Blue C M Y K H S L
Decimal 4 150 135 0.97 0 0.1 0.41 173.84 0.95 0.3
Hex 4 96 87 61 0 A 29 AE 5F 1E
Octal 4 226 207 141 0 12 51 256 137 36
Binary 100 10010110 10000111 1100001 0 1010 101001 10101110 1011111 11110

Color Harmonies of #049687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049687

Black with #049687

Text Example


Text Example

White with #049687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049687; }

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

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

background-color css

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

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

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

border-color css

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

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

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