Html Css Color HEX #5FE3A1 Medium Aquamarine

📋 copy color: '#5FE3A1'

red 95 ◦ green 227 ◦ blue 161

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

Shades of Medium Aquamarine #5FE3A1

Tints of Medium Aquamarine #5FE3A1

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47%

 BLUE value IS 161 (63.28% from 255) = 33.33%

R = 19.67%
G = 47%
B = 33.33%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#5FE3A1 (or 0x5FE3A1) is known color: Medium Aquamarine. HEX triplet: 5F, E3 and A1. RGB value is (95,227,161). Sum of RGB (Red+Green+Blue) = 95+227+161=483 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.67% from 483); Green value is 227 (89.06% from 255 or 47.00% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 227 - color contains mainly: green. Hex color #5FE3A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE3A1 is #A01C5E. Grayscale: #B4B4B4. Windows color (decimal): -10493023 or 10609503. OLE color: 10609503.

HSL color Cylindrical-coordinate representation of color #5FE3A1: hue angle of 150º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE3A1 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB 95 227 161 -
CMYK 0.58 0 0.29 0.11
HSL 150º 0.7% 0.63% -
HSV(B) 150º 0.58% 0.89% -
XYZ 38.62 59.94 43.25 -
YUV 180.01 117.27 67.37 -
System Red Green Blue C M Y K H S L
Decimal 95 227 161 0.58 0 0.29 0.11 150 0.7 0.63
Hex 5F E3 A1 3A 0 1D B 96 46 3F
Octal 137 343 241 72 0 35 13 226 106 77
Binary 1011111 11100011 10100001 111010 0 11101 1011 10010110 1000110 111111

Color Harmonies of #5FE3A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FE3A1

Black with #5FE3A1

Text Example


Text Example

White with #5FE3A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,227,161); }

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

background-color css

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

 a { background-color: rgb(95,227,161); }

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

border-color css

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

 span { border-color: rgb(95,227,161); }

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