Html Css Color HEX #049795 Dark Cyan

📋 copy color: '#049795'

red 4 ◦ green 151 ◦ blue 149

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

Shades of Dark Cyan #049795

Tints of Dark Cyan #049795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.01%

R = 1.32%
G = 49.67%
B = 49.01%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#049795 (or 0x049795) is known color: Dark Cyan. HEX triplet: 04, 97 and 95. RGB value is (4,151,149). Sum of RGB (Red+Green+Blue) = 4+151+149=304 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 151 - color contains mainly: green. Hex color #049795 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049795 is #FB686A. Grayscale: #6A6A6A. Windows color (decimal): -16476267 or 9803524. OLE color: 9803524.

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

Color convert

RGB 4 151 149 -
CMYK 0.97 0 0.01 0.41
HSL 179.18º 0.95% 0.3% -
HSV(B) 179.18º 0.97% 0.59% -
XYZ 16.54 24.33 32.26 -
YUV 106.82 151.8 54.66 -
System Red Green Blue C M Y K H S L
Decimal 4 151 149 0.97 0 0.01 0.41 179.18 0.95 0.3
Hex 4 97 95 61 0 1 29 B3 5F 1E
Octal 4 227 225 141 0 1 51 263 137 36
Binary 100 10010111 10010101 1100001 0 1 101001 10110011 1011111 11110

Color Harmonies of #049795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049795

Black with #049795

Text Example


Text Example

White with #049795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049795; }

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

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

background-color css

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

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

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

border-color css

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

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

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