Html Css Color HEX #5FEA9B Medium Aquamarine

📋 copy color: '#5FEA9B'

red 95 ◦ green 234 ◦ blue 155

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

Shades of Medium Aquamarine #5FEA9B

Tints of Medium Aquamarine #5FEA9B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.35%

 BLUE value IS 155 (60.94% from 255) = 32.02%

R = 19.63%
G = 48.35%
B = 32.02%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#5FEA9B (or 0x5FEA9B) is known color: Medium Aquamarine. HEX triplet: 5F, EA and 9B. RGB value is (95,234,155). Sum of RGB (Red+Green+Blue) = 95+234+155=484 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.63% from 484); Green value is 234 (91.80% from 255 or 48.35% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEA9B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEA9B is #A01564. Grayscale: #B7B7B7. Windows color (decimal): -10491237 or 10218079. OLE color: 10218079.

HSL color Cylindrical-coordinate representation of color #5FEA9B: hue angle of 145.9º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FEA9B is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 234 155 -
CMYK 0.59 0 0.34 0.08
HSL 145.9º 0.77% 0.65% -
HSV(B) 145.9º 0.59% 0.92% -
XYZ 40.06 63.65 41.18 -
YUV 183.43 111.95 64.92 -
System Red Green Blue C M Y K H S L
Decimal 95 234 155 0.59 0 0.34 0.08 145.9 0.77 0.65
Hex 5F EA 9B 3B 0 22 8 92 4D 41
Octal 137 352 233 73 0 42 10 222 115 101
Binary 1011111 11101010 10011011 111011 0 100010 1000 10010010 1001101 1000001

Color Harmonies of #5FEA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEA9B

Black with #5FEA9B

Text Example


Text Example

White with #5FEA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,234,155); }

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

background-color css

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

 a { background-color: rgb(95,234,155); }

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

border-color css

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

 span { border-color: rgb(95,234,155); }

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