Html Css Color HEX #5FE096 Medium Aquamarine

📋 copy color: '#5FE096'

red 95 ◦ green 224 ◦ blue 150

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

Shades of Medium Aquamarine #5FE096

Tints of Medium Aquamarine #5FE096

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.76%

 BLUE value IS 150 (58.98% from 255) = 31.98%

R = 20.26%
G = 47.76%
B = 31.98%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#5FE096 (or 0x5FE096) is known color: Medium Aquamarine. HEX triplet: 5F, E0 and 96. RGB value is (95,224,150). Sum of RGB (Red+Green+Blue) = 95+224+150=469 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.26% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 224 - color contains mainly: green. Hex color #5FE096 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE096 is #A01F69. Grayscale: #B1B1B1. Windows color (decimal): -10493802 or 9887839. OLE color: 9887839.

HSL color Cylindrical-coordinate representation of color #5FE096: hue angle of 145.58º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE096 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 95 224 150 -
CMYK 0.58 0 0.33 0.12
HSL 145.58º 0.68% 0.63% -
HSV(B) 145.58º 0.58% 0.88% -
XYZ 36.88 57.95 38.1 -
YUV 176.99 112.76 69.52 -
System Red Green Blue C M Y K H S L
Decimal 95 224 150 0.58 0 0.33 0.12 145.58 0.68 0.63
Hex 5F E0 96 3A 0 21 C 92 44 3F
Octal 137 340 226 72 0 41 14 222 104 77
Binary 1011111 11100000 10010110 111010 0 100001 1100 10010010 1000100 111111

Color Harmonies of #5FE096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FE096

Black with #5FE096

Text Example


Text Example

White with #5FE096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,224,150); }

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

background-color css

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

 a { background-color: rgb(95,224,150); }

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

border-color css

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

 span { border-color: rgb(95,224,150); }

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