Html Css Color HEX #5FF49D Medium Aquamarine

📋 copy color: '#5FF49D'

red 95 ◦ green 244 ◦ blue 157

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

Shades of Medium Aquamarine #5FF49D

Tints of Medium Aquamarine #5FF49D

RGB

 RED value IS 95 (37.5% from 255) = 19.15%

 GREEN value IS 244 (95.7% from 255) = 49.19%

 BLUE value IS 157 (61.72% from 255) = 31.65%

R = 19.15%
G = 49.19%
B = 31.65%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#5FF49D (or 0x5FF49D) is known color: Medium Aquamarine. HEX triplet: 5F, F4 and 9D. RGB value is (95,244,157). Sum of RGB (Red+Green+Blue) = 95+244+157=496 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.15% from 496); Green value is 244 (95.70% from 255 or 49.19% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 244 - color contains mainly: green. Hex color #5FF49D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF49D is #A00B62. Grayscale: #BDBDBD. Windows color (decimal): -10488675 or 10351711. OLE color: 10351711.

HSL color Cylindrical-coordinate representation of color #5FF49D: hue angle of 144.97º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF49D is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 95 244 157 -
CMYK 0.61 0 0.36 0.04
HSL 144.97º 0.87% 0.66% -
HSV(B) 144.97º 0.61% 0.96% -
XYZ 43.16 69.57 43.05 -
YUV 189.53 109.64 60.57 -
System Red Green Blue C M Y K H S L
Decimal 95 244 157 0.61 0 0.36 0.04 144.97 0.87 0.66
Hex 5F F4 9D 3D 0 24 4 91 57 42
Octal 137 364 235 75 0 44 4 221 127 102
Binary 1011111 11110100 10011101 111101 0 100100 100 10010001 1010111 1000010

Color Harmonies of #5FF49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF49D

Black with #5FF49D

Text Example


Text Example

White with #5FF49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FF49D; }

 p { color: rgb(95,244,157); }

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

background-color css

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

 a { background-color: rgb(95,244,157); }

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

border-color css

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

 span { border-color: rgb(95,244,157); }

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