Html Css Color HEX #049387 Dark Cyan

📋 copy color: '#049387'

red 4 ◦ green 147 ◦ blue 135

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

Shades of Dark Cyan #049387

Tints of Dark Cyan #049387

RGB

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

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

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

R = 1.4%
G = 51.4%
B = 47.2%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#049387 (or 0x049387) is known color: Dark Cyan. HEX triplet: 04, 93 and 87. RGB value is (4,147,135). Sum of RGB (Red+Green+Blue) = 4+147+135=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #049387 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049387 is #FB6C78. Grayscale: #666666. Windows color (decimal): -16477305 or 8884996. OLE color: 8884996.

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

Color convert

RGB 4 147 135 -
CMYK 0.97 0 0.08 0.42
HSL 174.97º 0.95% 0.3% -
HSV(B) 174.97º 0.97% 0.58% -
XYZ 14.86 22.64 26.51 -
YUV 102.88 146.12 57.48 -
System Red Green Blue C M Y K H S L
Decimal 4 147 135 0.97 0 0.08 0.42 174.97 0.95 0.3
Hex 4 93 87 61 0 8 2A AF 5F 1E
Octal 4 223 207 141 0 10 52 257 137 36
Binary 100 10010011 10000111 1100001 0 1000 101010 10101111 1011111 11110

Color Harmonies of #049387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049387

Black with #049387

Text Example


Text Example

White with #049387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049387; }

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

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

background-color css

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

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

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

border-color css

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

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

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