#5fff9b

Color #5FFF9B Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #5FFF9B

Tints of Medium Aquamarine #5FFF9B

Color information

#5FFF9B (or 0x5FFF9B) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, FF and 9B. RGB value is (95,255,155). Sum of RGB (Red+Green+Blue) = 95+255+155=505 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.81% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFF9B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFF9B is #A00064. Grayscale: #C4C4C4. Windows color (decimal): -10485861 or 10223455. OLE color: 10223455.

HSL color Cylindrical-coordinate representation of color #5FFF9B: hue angle of 142.5º 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 #5FFF9B is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB95255155-
CMYK0.6300.390
HSL142.5º100%68.63%-
HSV(B)142.5º62.75%100%-
XYZ46.476.3243.3-
YUV195.76104.9956.13-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.81%
GREEN value IS 255 (100% from 255) = 50.50%
BLUE value IS 155 (60.94% from 255) = 30.69%
R=18.81%
G=50.50%
B=30.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal952551550.6300.390142.510068.63
Hex5FFF9B3F02708e6445
Octal137377233770470216144105
Binary10111111111111110011011111111010011101000111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fff9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5fff9b;
 }
 .AnyTagClassName
 {
   color: #5fff9b;
 }
</style>
background-color css

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

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

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

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

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

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