Html Css Color HEX #5FD49E Medium Aquamarine

📋 copy color: '#5FD49E'

red 95 ◦ green 212 ◦ blue 158

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

Shades of Medium Aquamarine #5FD49E

Tints of Medium Aquamarine #5FD49E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.59%

 BLUE value IS 158 (62.11% from 255) = 33.98%

R = 20.43%
G = 45.59%
B = 33.98%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#5FD49E (or 0x5FD49E) is known color: Medium Aquamarine. HEX triplet: 5F, D4 and 9E. RGB value is (95,212,158). Sum of RGB (Red+Green+Blue) = 95+212+158=465 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.43% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 212 - color contains mainly: green. Hex color #5FD49E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD49E is #A02B61. Grayscale: #AAAAAA. Windows color (decimal): -10496866 or 10409055. OLE color: 10409055.

HSL color Cylindrical-coordinate representation of color #5FD49E: hue angle of 152.31º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FD49E is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 95 212 158 -
CMYK 0.55 0 0.25 0.17
HSL 152.31º 0.58% 0.6% -
HSV(B) 152.31º 0.55% 0.83% -
XYZ 34.43 51.99 40.57 -
YUV 170.86 120.74 73.89 -
System Red Green Blue C M Y K H S L
Decimal 95 212 158 0.55 0 0.25 0.17 152.31 0.58 0.6
Hex 5F D4 9E 37 0 19 11 98 3A 3C
Octal 137 324 236 67 0 31 21 230 72 74
Binary 1011111 11010100 10011110 110111 0 11001 10001 10011000 111010 111100

Color Harmonies of #5FD49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD49E

Black with #5FD49E

Text Example


Text Example

White with #5FD49E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,212,158); }

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

background-color css

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

 a { background-color: rgb(95,212,158); }

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

border-color css

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

 span { border-color: rgb(95,212,158); }

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