Html Css Color HEX #5FFF9F Medium Aquamarine

📋 copy color: '#5FFF9F'

red 95 ◦ green 255 ◦ blue 159

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

Shades of Medium Aquamarine #5FFF9F

Tints of Medium Aquamarine #5FFF9F

RGB

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

 GREEN value IS 255 (100% from 255) = 50.1%

 BLUE value IS 159 (62.5% from 255) = 31.24%

R = 18.66%
G = 50.1%
B = 31.24%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#5FFF9F (or 0x5FFF9F) is known color: Medium Aquamarine. HEX triplet: 5F, FF and 9F. RGB value is (95,255,159). Sum of RGB (Red+Green+Blue) = 95+255+159=509 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.66% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFF9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFF9F is #A00060. Grayscale: #C4C4C4. Windows color (decimal): -10485857 or 10485599. OLE color: 10485599.

HSL color Cylindrical-coordinate representation of color #5FFF9F: hue angle of 144º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFF9F is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB 95 255 159 -
CMYK 0.63 0 0.38 0
HSL 144º 1% 0.69% -
HSV(B) 144º 0.63% 1% -
XYZ 46.74 76.46 45.1 -
YUV 196.22 106.99 55.81 -
System Red Green Blue C M Y K H S L
Decimal 95 255 159 0.63 0 0.38 0 144 1 0.69
Hex 5F FF 9F 3F 0 26 0 90 64 45
Octal 137 377 237 77 0 46 0 220 144 105
Binary 1011111 11111111 10011111 111111 0 100110 0 10010000 1100100 1000101

Color Harmonies of #5FFF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFF9F

Black with #5FFF9F

Text Example


Text Example

White with #5FFF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,255,159); }

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

background-color css

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

 a { background-color: rgb(95,255,159); }

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

border-color css

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

 span { border-color: rgb(95,255,159); }

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